Articles and Lessons tagged with Angular6

How to Build a Custom Form Control in Angular

How to Build a Custom Form Control in Angular

Posted Aug 10, 2018 | | By Maina Wycliffe | Angular
As a developer, sometimes you are required to take some inputs from a form control and do some preprocessing before submitting – commonly on the submit function. A good example of this is a phone number, where you take a country code and phone number …
Read More

Angular 6 - Angular CLI Workspaces

Angular 6 - Angular CLI Workspaces

Posted Jun 2, 2018 | | By Maina Wycliffe | Angular
One of the least talked about features of Angular 6 is Angular CLI Workspaces. Workspaces or Angular CLI Workspaces give angular developers the ability to have more than one project in one workspace. This brings all your projects under the same …
Read More