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
Ionic has great generators that generate into a directory that is relevant to what you are generating. For example, 'pages' go into the pages directory, pipes go into their own directory, and providers go into their own directory. The Angular CLI currently puts everything into the app directory, which can be extremely disorganized for larger projects. Please consider a generation tree like this one:
The CLI follows the style guide which emphasizes a directory hierarchy based on features. This lends itself directly to the Angular module concept wherein an application is a hierarchy of reusable (and potentially lazy loaded) modules.
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
The log given by the failure.
Desired functionality.
Ionic has great generators that generate into a directory that is relevant to what you are generating. For example, 'pages' go into the pages directory, pipes go into their own directory, and providers go into their own directory. The Angular CLI currently puts everything into the app directory, which can be extremely disorganized for larger projects. Please consider a generation tree like this one:
Mention any other details that might be useful.
https://www.github.com/driftyco/ionic-cli
The text was updated successfully, but these errors were encountered: