Back to Angular

App.Component

integration/cli-hello-world-lazy/src/app/app.component.html

22.0.0-next.10546 B
Original Source

{{ title }} app is running!

Resources

Here are some links to help you get started:

Learn AngularCLI DocumentationAngular Blog

Next Steps

What do you want to do next with your app?

New Component

Angular Material

Add PWA Support

Add Dependency

Run and Watch Tests

Build for Production

ng generate component xyz
ng add @angular/material
ng add @angular/pwa
ng add _____
ng test
ng build --prod