Skip to content

005.2 CREATING PROJECTS TO START DEVELOPMENT for (ng bootstrap)

chempkovsky edited this page Nov 21, 2022 · 2 revisions

Note

  • Repeat all the steps of the article 004
  • Instead of the command ng add @angular/material
    • Please run the command
ng add @ng-bootstrap/ng-bootstrap
  • Please run the command
npm install material-icons@latest
  • in the file styles.css add the following line
@import '~material-design-icons/iconfont/material-icons.css';
Clone this wiki locally