src/app/components/announcement-card/announcement-card.ts
An interface representing announcement information to be displayed inside the card
Properties |
emoji |
emoji:
|
Type : string
|
Optional |
Emoji to display with announcement |
message |
message:
|
Type : string
|
Message of the announcement |
route |
route:
|
Type : string
|
Optional |
Route of the page to navigate to when clicked |
routeText |
routeText:
|
Type : string
|
Optional |
Label for the route |