IsEmpty Filter and other small fixes (#3142)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
e574caf7eb
commit
07a36176de
96 changed files with 1361 additions and 1135 deletions
|
|
@ -149,6 +149,10 @@ export class CardItemComponent implements OnInit {
|
|||
* A method that if defined will return the url
|
||||
*/
|
||||
@Input() linkUrl?: string;
|
||||
/**
|
||||
* Show the format of the series
|
||||
*/
|
||||
@Input() showFormat: boolean = true;
|
||||
/**
|
||||
* Event emitted when item is clicked
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue