Back to Turborepo

Hello, {{ title }}

examples/with-angular/apps/docs/src/app/app.component.html

2.9.9484 B
Original Source

Hello, {{ title }}

Congratulations! Your app is running. 🎉

@for (item of [{ title: 'Explore the Docs', link: 'https://angular.dev' }, { title: 'Learn with Tutorials', link: 'https://angular.dev/tutorials' }, { title: 'CLI Docs', link: 'https://angular.dev/tools/cli' }, { title: 'Angular Language Service', link: 'https://angular.dev/tools/language-service' }, { title: 'Angular DevTools', link: 'https://angular.dev/tools/devtools' },]; track item.title) { {{ item.title }} }