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
Describe the Feature Request
Currently @angular/cli allows to manage multiple applications inside one repository.
Please allow ionic to be added as @angular/cli application.
Describe Preferred Solution
It could be done either via custom angular schematics.
Or integrated within ionic cli.
For example, after initial ionic start, you could ionic add ion-todo to add application. ionic serve ion-todo will serve application by name.
This way you can manage both regular angular applications and ionic applications.
And sharing common library code.
The text was updated successfully, but these errors were encountered:
Feature Request
Describe the Feature Request
Currently
@angular/cli
allows to manage multiple applications inside one repository.Please allow ionic to be added as
@angular/cli
application.Describe Preferred Solution
It could be done either via custom angular schematics.
Or integrated within ionic cli.
For example, after initial
ionic start
, you couldionic add ion-todo
to add application.ionic serve ion-todo
will serve application by name.This way you can manage both regular angular applications and ionic applications.
And sharing common library code.
The text was updated successfully, but these errors were encountered: