Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AppComponent

Hierarchy

  • AppComponent

Implements

  • any
  • any

Index

Constructors

constructor

  • Parameters

    • formBuilder: FormBuilder
    • cardsService: CardsService
    • _snackBar: MatSnackBar

    Returns AppComponent

Properties

checked

checked: boolean = false

createMeetingForm

createMeetingForm: FormGroup

errMessage

errMessage: any[] = []

labelPosition

labelPosition: string = "before"

meetingId

meetingId: any

meetingName

meetingName: string = ""

meetings

meetings: ActualMeeting[] = []

message

message: any[] = []

msgUsr

msgUsr: string

nameParticipant

nameParticipant: string

newMeetings

newMeetings: boolean[] = []

ngForm

ngForm: FormGroupDirective

participants

participants: any[] = []

show

show: boolean = true

title

title: string = "Bingo Meetings"

Accessors

_nameParticipant

  • get _nameParticipant(): any
  • Returns any

Methods

addParticipant

  • addParticipant(idMeeting: string): void
  • Parameters

    • idMeeting: string

    Returns void

dismissSnack

  • dismissSnack(): void
  • Returns void

getMeetingValue

  • getMeetingValue(meetingName: any): any
  • Parameters

    • meetingName: any

    Returns any

ngAfterViewInit

  • ngAfterViewInit(): void
  • Returns void

ngOnInit

  • ngOnInit(): void
  • Returns void

onSubmit

  • onSubmit(data: ICreateMeeting, formDirective: FormGroupDirective): void
  • Parameters

    • data: ICreateMeeting
    • formDirective: FormGroupDirective

    Returns void

openSnackBar

  • openSnackBar(snackMessage: string, action: string, config?: any): void
  • Parameters

    • snackMessage: string
    • action: string
    • Optional config: any

    Returns void

refreshMeetings

  • refreshMeetings(): void
  • Returns void

selectOneMeeting

  • selectOneMeeting(event: any, i: any): void
  • Parameters

    • event: any
    • i: any

    Returns void

Generated using TypeDoc