src/app/modules/shared/components/card/card.component.ts
selector | app-card |
templateUrl | ./card.component.html |
Properties |
Methods |
|
Inputs |
Outputs |
constructor(resourceService: ResourceService, router: Router)
|
|||||||||
Parameters :
|
customClass | |
Type : string
|
|
data | |
Type : ICard
|
|
content is used to render IContents value on the view |
dialCode | |
Type : string
|
|
hideProgress | |
Type : boolean
|
|
clickEvent | |
Type : EventEmitter
|
|
Public onAction | ||||||
onAction(data, action)
|
||||||
Parameters :
Returns :
void
|
hover |
Type : Boolean
|
isConnected |
Type : Boolean
|
Default value : navigator.onLine
|
Public resourceService |
Type : ResourceService
|
route |
Type : string
|
telemetryCdata |
Type : Array<literal type>
|
Default value : []
|