- Mastering Angular Components
- Gion Kunz
- 61字
- 2025-04-04 16:32:46
Recap
Let's recap what we have done so far:
- We initialized a new project using Angular CLI
- We modified our main application component in src/app/app.component.ts to include ViewEncapsulation.None for enabling global styles
- We've looked at the generated MainModule as well as the bootstrapping happening within our main entry file src/main.ts
- Finally, we used the Angular CLI to start our application