July 2018
Intermediate to advanced
420 pages
8h 46m
English
In this section, we will once again use the newest feature that's available in Angular CLI 6: the add command. Using this, we will add Bootstrap 4 to our application:
ng add @ng-bootstrap/schematics
+ @ng-bootstrap/schematics@2.0.0-alpha.1 added 3 packages in 26.372s Installed packages for tooling via npm. UPDATE package.json (1589 bytes) UPDATE src/app/app.module.ts (1516 bytes) UPDATE angular.json (3706 bytes)
"@ng-bootstrap/schematics": "^2.0.0-alpha.1", "@ng-bootstrap/ng-bootstrap": ...
Read now
Unlock full access