The default constructor
The card config containing component properties
The name of the template containing footer layout
The name of the template containing header layout
The event emitted when an action is selected
The event emitted when a filter is selected
Indicates that the footer should be shown in the footer
True if the footer should be shown in the footer
Indicates that the footer should be shown in the header
True if the footer should be shown in the header
Indicates that the footer should be shown
True if the footer should be shown
Indicates that the header should be shown
True if the header should be shown
Handle the event emitted when an action is selected
The emitted CardAction object
Handle the event emitted when a filter is selected
The emitted CardFilter object
Check if the component config has changed
Setup component configuration upon initialization
Set up default config
Generated using TypeDoc
Card component
For customization, use the templates named headerTemplate and footerTemplate.
Usage:
@NgModule({ imports: [CardModule,...] }) export class AppModule(){}
Optional: