Angular: New app
To include bootstrap open file .angular-cli.json and into styles array insert
Now go to http://localhost:4200 and you will see your app.
It may happen that you are changing files, but ng serve isnt detecting it, so your app isnt reloaded with changes. In this case do this:
The problem was related with Inotify Watches Limit on Linux. To solve to issue I increased the watches limit to 512K