{{ title }} app is running!
Resources
Here are some links to help you get started:
Next Steps
What do you want to do next with your app?
@switch (selection.value) {
@default {
ng generate component xyz} @case ('material') {
ng add @angular/material} @case ('pwa') {
ng add @angular/pwa} @case ('dependency') {
ng add _____} @case ('test') {
ng test} @case ('build') {
ng build} }