005.2 CREATING PROJECTS TO START DEVELOPMENT for (ng bootstrap) - chempkovsky/CS82ANGULAR GitHub Wiki

Note

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';