You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mmm not even sure how you managed to get that far 😄
$ ng g app-shell
Prerequisite for app shell is to define a router-outlet in your root component.
Prerequisite for app shell is to define a router-outlet in your root component.
The built in app-shell schematic from angular doesn't appear to work out of the box with ionic since it looks for a router-outlet and not an ion-router-outlet.
A feature request could be made here to rework the app-shell schematic to support ionic apps.
A pull request would be greatly appreciated to any community member that wants to work on this!
Bug Report
Ionic version:
[x] 5.x
Current behavior:
Command
ng generate app-shell
in "fresh" Ionic gives error:Expected behavior:
User should be able to exec
ng generate app-shell
when he chose Angular during the generation of a new Ionic applicationIonic info:
The text was updated successfully, but these errors were encountered: