Description:
When running ionic g page inside a Angular 6 project, CLIv4 generates the new page folder inside src/app instead of src/app/pages.
Same thing with ionic g component inside a Angular 6 project, CLIv4 generates the new component folder inside src/app instead of src/app/components.
Steps to Reproduce:
Running ionic g page or ionic g component inside a Angular 6 project.
My ionic info:
Ionic:
ionic (Ionic CLI) : 4.0.0-rc.11
Ionic Framework : @ionic/angular 4.0.0-alpha.9
@angular-devkit/core : 0.7.0-rc.1
@angular-devkit/schematics : 0.7.0-rc.1
@angular/cli : 6.0.8
@ionic/ng-toolkit : 1.0.0-rc.10
@ionic/schematics-angular : 1.0.0-rc.10
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : none
System:
Android SDK Tools : 26.0.2
NodeJS : v8.11.3 (C:\Program Files\nodejs\node.exe)
npm : 5.6.0
OS : Windows 10
Description:
When running
ionic g pageinside a Angular 6 project, CLIv4 generates the new page folder insidesrc/appinstead ofsrc/app/pages.Same thing with
ionic g componentinside a Angular 6 project, CLIv4 generates the new component folder insidesrc/appinstead ofsrc/app/components.Steps to Reproduce:
Running
ionic g pageorionic g componentinside a Angular 6 project.My
ionic info: