src/app/crm/contact/contact.component.ts
selector | crm-contact |
styleUrls | ./contact.component.scss |
templateUrl | ./contact.component.html |
Properties |
Methods |
constructor(service: ContactService, dialog: MatDialog)
|
|||||||||
Defined in src/app/crm/contact/contact.component.ts:34
|
|||||||||
Parameters :
|
isAllSelected |
isAllSelected()
|
Defined in src/app/crm/contact/contact.component.ts:45
|
Returns :
boolean
|
masterToggle |
masterToggle()
|
Defined in src/app/crm/contact/contact.component.ts:51
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Defined in src/app/crm/contact/contact.component.ts:38
|
Returns :
void
|
onDeleteTriggered |
onDeleteTriggered()
|
Defined in src/app/crm/contact/contact.component.ts:85
|
Returns :
void
|
onEditorTriggered | ||||
onEditorTriggered(item)
|
||||
Defined in src/app/crm/contact/contact.component.ts:73
|
||||
Parameters :
Returns :
void
|
onNew | ||||
onNew(event)
|
||||
Defined in src/app/crm/contact/contact.component.ts:62
|
||||
Parameters :
Returns :
void
|
onUpdateContact | ||||
onUpdateContact(contact)
|
||||
Defined in src/app/crm/contact/contact.component.ts:90
|
||||
Parameters :
Returns :
void
|
rowSelection | ||||||
rowSelection(row, event)
|
||||||
Defined in src/app/crm/contact/contact.component.ts:57
|
||||||
Parameters :
Returns :
void
|
dataSource |
Type : any
|
Default value : new MatTableDataSource([])
|
Defined in src/app/crm/contact/contact.component.ts:30
|
displayedColumns |
Type : string[]
|
Default value : [
'select',
'name',
'phone',
'relation',
'company',
'mail',
'star'
]
|
Defined in src/app/crm/contact/contact.component.ts:20
|
paginator |
Type : MatPaginator
|
Decorators :
@ViewChild(MatPaginator, {static: false})
|
Defined in src/app/crm/contact/contact.component.ts:33
|
selection |
Default value : new SelectionModel(true, [])
|
Defined in src/app/crm/contact/contact.component.ts:31
|
sort |
Type : MatSort
|
Decorators :
@ViewChild(MatSort, {static: false})
|
Defined in src/app/crm/contact/contact.component.ts:34
|
./contact.component.scss