How do I define a list made of buttons, as this example with strings:
items: String[];
this.items = [
Soccer,Basketball
];
-Beginner
How do I define a list made of buttons, as this example with strings:
items: String[];
this.items = [
Soccer,Basketball
];
-Beginner
First step is to study the Hall of Heroes code example in the Angular docs.