上QQ阅读APP看书,第一时间看更新
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