qwc/projects/qwc/src/lib/components/qwc-card/qwc-card-deck.component.ts
Qwc card deck
| selector | qwc-card-deck |
| templateUrl | ./qwc-card-deck.component.html |
Properties |
Methods |
Inputs |
Outputs |
| multiSelect |
Default value : false
|
| cardActivated |
Type : EventEmitter<any>
|
| ngAfterContentInit |
ngAfterContentInit()
|
|
Component life cycle hook
Returns :
void
void |
| cards |
Type : QueryList<QwcCard>
|
Decorators :
@ContentChildren(QwcCard)
|