Follow the instruction here
npm install -g @angular/cli
ng new ng-blog
cd ng-blog
ng add @angular/material (remeber to use SCSS schema)
npm install bootstrap --save
Note: [2:32] Adding bootstrap-grid.min.css path also here
- [8:34] Use plugin ESLint & Angular Snippets (v12)
- Dùng multi-cursor (Ctrl-D)
Module có thể có nhiều Components
- PostList dùng MatCard
Have to add schemas: [ CUSTOM_ELEMENTS_SCHEMA ] as instructed here