-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update angular folder structure/naming & fix generators accordingly #142
Comments
ping @jsalhani |
Maybe have them all under app?
Something like this would make a bit more sense imo since they all make the app |
awesome, thanks! |
Thanks @jsalhani for reviewing this! Will be available as of version 3.1 with #121 (contains breaking changes) |
Thanks for the updates 👍 |
🚀 |
angular/app
should be renamed toangular/app/pages/
angular/directives
should be renamed toangular/app/components
.directive.js
should become.component.js
.page.html
(for page views)Most of these tasks help in angular 2 migration
The text was updated successfully, but these errors were encountered: