Overriding Angular Schematics

added by JavaScript Kicks
10/4/2019 7:16:31 AM

948 Views

In this blog post, we will learn how we can override some default options in Angular Schematics. Last week I was working on an Angular Library, and in all the components we wanted to have encapsulation set to None and changeDetection to OnPush.


0 comments