In this part we will add some flavor and CSS with Bootstrap.
Remove content on src\app\app.component.css
Run in console
npm install ng2-bootstrap bootstrap --save
In `` in line #21-23
"styles": [
"styles.css",
"../node_modules/bootstrap/dist/css/bootstrap.min.css"
],
Run in console
npm start
Looks nicer. :)