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 to your Angular CLI project (jQuery)

Updated June 21, 2018 Attention using jQuery in Angular is not recommended and I advise you to use ng-bootstrap as described here. This article helps you step by step to install Bootstrap 4 and jQuery to your Angular CLI project. This article has been updated for Angular 6. First you need to decide if you … Read more