Bonus Offer - $ + ${{item.price}}

{{item.name}}
+{{item.description}}
diff --git a/projects/00-basic-app/src/main.ts b/projects/00-basic-app/src/main.ts index 602c5d5..f6bfe98 100644 --- a/projects/00-basic-app/src/main.ts +++ b/projects/00-basic-app/src/main.ts @@ -1,3 +1,5 @@ import { bootstrapApplication } from '@angular/platform-browser'; import { appConfig } from './app/app.config'; import { AppComponent } from './app/app.component'; + +bootstrapApplication(AppComponent, appConfig); \ No newline at end of file diff --git a/projects/01-hello-angular/src/app/app.component.ts b/projects/01-hello-angular/src/app/app.component.ts index ec6bfc7..daf6600 100644 --- a/projects/01-hello-angular/src/app/app.component.ts +++ b/projects/01-hello-angular/src/app/app.component.ts @@ -9,6 +9,11 @@ import { RouterOutlet } from '@angular/router'; template: `
Things have worked out well! 🎉
+{{item.name}}
+{{item.description}}