Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 982 Bytes

Angular_1.md

File metadata and controls

21 lines (16 loc) · 982 Bytes

Day 1 - Angular

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

VSCode

  • [8:34] Use plugin ESLint & Angular Snippets (v12)
  • Dùng multi-cursor (Ctrl-D)

Module có thể có nhiều Components

Have to add schemas: [ CUSTOM_ELEMENTS_SCHEMA ] as instructed here