Mastering Angular Components
上QQ阅读APP看书,第一时间看更新

Recap

Let's recap what we have done so far:

  1. We initialized a new project using Angular CLI
  2. We modified our main application component in src/app/app.component.ts to include ViewEncapsulation.None for enabling global styles
  3. We've looked at the generated MainModule as well as the bootstrapping happening within our main entry file src/main.ts
  4. Finally, we used the Angular CLI to start our application