Articles and Lessons tagged with Angular - Page 8

Image Sliders and Carousels for Angular 4

Image Sliders and Carousels for Angular 4

Posted Nov 5, 2017 | | By Maina Wycliffe | Angular
Web developers require from time to time to create different types of images sliders and carousel in their apps. Most developers coming from jQuery and other plugin tend to want to use the tools they are already familiar with – like that amazing …
Read More

How to upgrade your Angular 4 App to Angular 5.0

How to upgrade your Angular 4 App to Angular 5.0

Posted Nov 4, 2017 | | By Maina Wycliffe | Angular
Angular 5 was finally released earlier this week after several delays. It brings a lot of improvements over Angular 4 and new features as discussed in my previous post here. On top of Angular 5, Angular CLI v1.5 was also released. So, today I will …
Read More

Angular 5 has been released

Angular 5 has been released

Posted Nov 1, 2017 | | By Maina Wycliffe | Angular
Angular 5 was finally released after several delays yesterday, November 1, 2017. It was also accompanied by Angular CLI 1.5. This is a major release and in line with Angular team promise of major releases twice a year. It focusses on making Angular …
Read More

How to setup Yarn Package Manager for Angular (Updated)

How to setup Yarn Package Manager for Angular (Updated)

Posted Oct 31, 2017 | | By Maina Wycliffe | Angular
Last week, I briefly touched on Yarn Package Manager in my post about 5 must have tools for angular developer. Yarn Package Manager – simply referred to as Yarn – was developed by Facebook as a replacement for Node Package Manager (NPM). Yarn has …
Read More

How to use Angular 4 with Bootstrap 4

How to use Angular 4 with Bootstrap 4

Posted Oct 25, 2017 | | By Maina Wycliffe | Angular
Angular and Bootstrap 4 are arguably the best frameworks out there, though will different purposes. Angular was developed by Google as a JavaScript framework while Bootstrap was developed by twitter as a CSS framework. The major huddle to using both …
Read More

5 Must Have Tools for Angular Developers

5 Must Have Tools for Angular Developers

Posted Oct 22, 2017 | | By Maina Wycliffe | Angular
Whether you are a new or an experienced Angular developer there are several useful tools to help make your life much easier. Whether you are using versions 2, 4 or 5 (To be released on 23th of this month) it is important to have the necessary tools. …
Read More

What is new in Angular 5

What is new in Angular 5

Posted Oct 19, 2017 | | By Maina Wycliffe | Angular
If you are a fan of Angular, there is some good news, Angular 5.0 will be released on 23th October – that’s next week. If you are wondering whether this is too soon, don’t. Google has committed to releasing a new version of Angular every 6 months. …
Read More

Switching from AngularJS to Angular 4

Switching from AngularJS to Angular 4

Posted Sep 23, 2017 | | By Maina Wycliffe | Angular
It’s been almost two weeks since I decided to switch to Angular 4 for my incomplete project from AngularJS. If you have seriously considered making the switch, you know it’s a not easy. The two versions are completely different, controllers and …
Read More