Custom Bootstrap Sass build with Angular CLI

When a framework is new we all struggle to get things done right at first. From which function to use, to where to place the files, everything is part of the learning curve. And that’s why I wanted to share the best method I’ve found to use a custom build of the Bootstrap CSS, using Sass when developing an Angular 2 app with the awesome CLI. Continue reading

Advertisement

ng-europe 2016

Two years ago I went to the original edition of ng-europe and it was awesome. Not only was the first AngularJS conference in Europe but also the first conference I ever attended. Since them I’ve been to many others but I couldn’t miss the chance to visit the second edition of ng-europe and enjoy a few days in Paris. Continue reading

Atomic updates with AngularFire

I’ve been working lately with Firebase and I find it impressive. But I know from my experience when you are new to a framework or library it’s not easy to piece it together.

Firebase introduced atomic multi-location writes, which play really well with the concept of denormalization as we can update multiple locations at the same time. Continue reading