Angular CLI cheatsheet – an overview of the most used commands

Updated June 6, 2018 In this post I give an overview of the most uses Angular CLI command. Using the CLI commands can greatly boost your productivity on Angular projects. Create a new app Create a new angular application with the default styling option CSS. ng new app-name Create new angular project with scss styling … Read more

Angular 5.0.0.0 is here!

The Angular team released Angular 5.0.0.0. See this blogpost for all detail. Although this is seems a large update, in fact there are only some minor breaking changes. Angular made a update guide available here, so you can see exactly what you need to update in your excisting projects. Improved and new in this version … Read more

How to add Bootstrap 4 and ng-bootstrap to your Angular CLI project

Updated June 21, 2018 This article helps you step by step to install Bootstrap 4 and ng-bootstrap to your Angular CLI project. This article has been updated for Angular 6. In my previous post I described how to add bootstrap 4 to your Angular CLI project with jQuery. Using jQuery with Angular is not recommended, … Read more