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

When I run ng g web-worker with @ionic/[email protected], an unhandled exception occurred. ![image](https://user-images.githubusercontent.com/9215642/176114065-7f823974-a6a6-4684-b745-05d41983a4d6.png) Then I modify the https://github.com/ionic-team/angular-toolkit/blob/main/packages/schematics/collection.json , it's work. I don't know if this is the reason, please...

**Steps to Reproduce:** ``` ionic start npm install @angular/[email protected] ng g component Test --changeDetection=OnPush --entryComponent ``` **Output:** Generated component: ``` import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-training-options',...

bug

Aligning the page schematic with the component schematic, which already offers `--create-module`. The default for the page schematic is `true`, unlike the component schematic. To disable module creation, `--create-module=false` must...

**Description:** I'm generating module with --routing option. If I generate child page to this module, routing.module.ts is marked as updated but in fact it is not. **Steps to Reproduce:** `ionic...

When we use the schematics page, Can you add a way to disable the generation of the routing of a page, the same way it's possible to disable the generation...

The component and page schematics does not support the inlineTemplate and inlineStyle options.

I had my hands on Ionic CLI today, and I usually build my apps with Angular CLI. I heard Ionic CLI integrates well with the Angular CLI (or to be...

I get this error message, when I try to run my ionic app in the simulator. `An unhandled exception occurred: context.getProjectMetadata is not a function` The command I'm using to...

**Description:** One of the examples in the [Ionic Generate docs](https://ionicframework.com/docs/cli/commands/generate#examples) is `ionic generate component login-form --change-detection=OnPush` but executing that exact command returns an error: ``` ionic generate component login-form --change-detection=OnPush...

# Feature Request **Ionic version:** [x] **5.x** **Describe the Feature Request** With rework the app-shell schematic to support ionic apps we can gives users a meaningful first paint of your...