005.2 CREATING PROJECTS TO START DEVELOPMENT for (ng bootstrap) - chempkovsky/CS82ANGULAR GitHub Wiki
Note
- Repeat all the steps of the article 004
- Instead of the command
ng add @angular/material
ng add @ng-bootstrap/ng-bootstrap
npm install material-icons@latest
- in the file styles.css add the following line
@import '~material-design-icons/iconfont/material-icons.css';
- (after the latest tests for angular 15,16,17,18,19) in the file styles.css add the following line
@import 'material-icons/iconfont/material-icons.css';