Using Bootstrap with Angular
Bootstrap is the most popular HTML, CSS, and JavaScript framework for web front-end development. It’s great for developing responsive, mobile-first web sites. The Bootstrap website is available at http://getbootstrap.com/. The Bootstrap framework can be used together with modern JavaScript web & mobile frameworks like Angular. In the following you’ll learn how to use the Bootstrap framework in your Angular project. Furthermore we’ll take a look at the Ng-Bootstrap project which delivers Angular Bootstrap components which can be used out of the box.
Configurable Reactive Forms in Angular with Dynamic Components
In this post we’re going to explore the creation of dynamic components alongside a Reactive Form setup. If you’re new to Reactive Forms, check out one of Todd's previous posts before diving in!
5 Features To Watch Out For in Angular v4
By now, most probably, we have come in peace with the fact that Angular will be rolling out features using semantic versioning. This means we've got to worry less about nor entirely new concept (at least for now).
From ngAnimate to Angular 2 animate
Originally, Angular 1.x was created to help developers build enterprise applications faster. With the introduction of ngAnimate written by Matias Niemelä, Angular 1.x suddenly offered something for everyone. Not only could developers create powerful line of business applications, but designers could use Angular to create rich, immersive experiences. Matias took animations to the next level in Angular 2 by rewriting the entire API to give us complete control over ever facet of how our interfaces are animated.

Angular testing made easy – Clarity Design System – Medium
If you’re here, you have probably already read the Angular documentation on testing, and maybe have written a few tests for your own project. If you have not, you should, because this article will require some prior knowledge of Angular testing.
Managing State in Angular with ngrx/store
In this article, we'll explore managing state with an immutable data store in an Angular application using ngrx/store: reactive Redux for Angular.