angular-toolkit icon indicating copy to clipboard operation
angular-toolkit copied to clipboard

Angular Schematics and Builders for `@ionic/angular` apps.

Results 26 angular-toolkit issues
Sort by recently updated
recently updated
newest added

# Bug Report **Ionic version:** [x] **5.x** **Current behavior:** Command `ng generate app-shell ` in "fresh" Ionic gives error: ``` Schematic input does not validate against the Schema: {} Errors:...

This will successfully create a module > ionic generate module tstmdule When creating a component inside a module, > ionic generate component tstmdule/tstcmpnt it does create the component files but...

Summary Build path is wrong on windows 10. It create a C folder like `C:/C/path/to/project/www` Steps to reproduce Using @ionic/[email protected] Run ìonic cordova build Android` on Windows 10 Fix In...

There should be some sort of stringification here, otherwise Error instances fail to serialize: https://github.com/ionic-team/angular-toolkit/blob/07af9068b8b5418ad3f14048ffd8879e861aea92/assets/consolelogs.js#L56 ref: https://github.com/ionic-team/ionic-cli/issues/3169#issuecomment-503619239

bug

I think `ionic g pg` command should page module to current router. Now, all page module registered to `src/app/app-routing.module.ts` . For example: in tabs template, `$ ionic g pg tab1/sample`...

# Feature Request #### Describe the Feature Request I think it would be great to generate a modal. It should add `Modal` suffix instead of `Component` for the modal class...

enhancement

# Feature Request **Ionic version:** [x] **4.x** **Describe the Feature Request** Please provide the ability to generate a workspace and new libraries and applications within the workspace. I am asking...

This PR simplify the structure of `collection.json`. By doing so, we no longer need to worry about upstream's @schematics/angular changing their schematics name (which cause issues, like #470) or adding...

Hi, I'm facing issue for release ![image](https://user-images.githubusercontent.com/17237393/202433679-37dba5cc-6837-4e27-afab-276c3321ed42.png)

needs reply