Articles and Lessons tagged with Angular CLI

How to Set Up Angular CLI for Beginners

How to Set Up Angular CLI for Beginners

Posted Aug 16, 2019 | | By Maina Wycliffe | How To - Step by Step Guides
This a step by step guide of setting up Angular CLI. Angular CLI is a first-party CLI tool that helps developers to create, build and deploy applications among other things. It makes the process of building Angular apps easier by handling the most …
Read More

Angular Reactive Forms - Dynamic Form Fields using FormArray

Angular Reactive Forms - Dynamic Form Fields using FormArray

Posted Oct 27, 2018 | | By Maina Wycliffe | Angular
In most cases, forms have constant form controls – remaining static throughout the lifetime of the form. But from time to time, you can find yourself in a situation where you would like to dynamically add or remove form controls. These form controls …
Read More

A Better Approach to Environment Variables in Angular

A Better Approach to Environment Variables in Angular

Posted Oct 12, 2018 | | By Maina Wycliffe | Angular
Angular provides a default way to configure environment variables, which you can learn more about here. But in a nutshell, you have different environment files, where you store environment variables and during the build process, angular compiler will …
Read More

Using App Shell to Improve Performance – Angular 6

Using App Shell to Improve Performance – Angular 6

Posted Oct 1, 2018 | | By Maina Wycliffe | Angular
Angular apps take time to show meaningful content to the user. This time is mainly after loading the index.html page and bootstrapping the app. This is especially worse on lower end devices or slower networks, where it takes longer to get the all …
Read More

Angular Hidden Treasures – Features you might know About

Angular Hidden Treasures – Features you might know About

Posted Sep 4, 2018 | | By Maina Wycliffe | Angular
In this post, we are going to look at four important features in angular that can help you during your app development life cycle. These features are there but are mainly not openly advertised unless you go out looking for them. This is not because …
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