Top "Angular-schematics" questions

Schematics is a workflow tool for the modern web; it can apply transforms to your project, such as create a new component, or updating your code to fix breaking changes in a dependency.

Generating Component without spec.ts file in Angular 2+

Is there a way to get rid of the spec.ts file in Angular 2+, whenever I create a new component. …

angular angular-cli angular-components angular-schematics
Modules not found in shared code with Nativescript and Angular Schematics

I'm using Angular with Nativescript Schematics. I have installed the nativescript-ui-sidedrawer. When i run tns run ios --bundle The native …

angular nativescript angular-schematics