src/app/tables/dynamic/dynamic.component.ts
selector | app-dynamic |
styleUrls | ./dynamic.component.scss |
templateUrl | ./dynamic.component.html |
Properties |
Methods |
constructor(service: DynamicService)
|
||||||
Parameters :
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
data |
Type : any
|
Default value : []
|
displayedColumns |
Type : string[]
|
Default value : [
'userId',
'loginName',
'loginCount',
'lastLoginTime',
'lastLoginIp'
]
|
exampleDatabase |
Type : any
|
isLoadingResults |
Default value : true
|
isRateLimitReached |
Default value : false
|
paginator |
Type : MatPaginator
|
Decorators :
@ViewChild(MatPaginator, {static: false})
|
resultsLength |
Type : number
|
Default value : 0
|
sort |
Type : MatSort
|
Decorators :
@ViewChild(MatSort, {static: false})
|
./dynamic.component.scss