The document provides instructions for setting up projects using Bootstrap, ng-Bootstrap, Angular Formly Form, Angular Material, Angular Loading Bar, and Jasmine. It includes commands for initializing projects with ng new, installing dependencies with npm install, and serving the projects. Links are also provided for references on Bootstrap, ng-Bootstrap, Angular Formly Form, Angular Material, and testing with Jasmine.
1 of 11
Download to read offline
More Related Content
External ng2 lib
1. ng new bootstrap-example
cd bootstrap-example
npm install bootstrap@4.0.0-alpha.6
npm install --save @ng-bootstrap/ng-bootstrap
ng serve
ng-bootstrap
Bootstrap 4 (dependency) : http://v4-alpha.getbootstrap.com/
ng-Bootstrap: https://ng-bootstrap.github.io/#/getting-started
8. ng new material-example
cd material-example
npm install --save @angular/material @angular/cdk
npm install --save @angular/animations
npm serve
Angular Material
https://material.angular.io/guide/getting-started