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
It would be nice if the v2 of Ionic will follow the Angular 2 styleguide. Especially when naming the classes when using ionic g page <my>, there might be some confusion around MyPage because of the @Component() decorator (might make more sense to name it MyComponent).
It would also be more consistent with the Angular 2 apps that are not Ionic and are following the same styleguide.
The text was updated successfully, but these errors were encountered:
It would be nice if the v2 of Ionic will follow the Angular 2 styleguide. Especially when naming the classes when using
ionic g page <my>
, there might be some confusion aroundMyPage
because of the@Component()
decorator (might make more sense to name itMyComponent
).It would also be more consistent with the Angular 2 apps that are not Ionic and are following the same styleguide.
The text was updated successfully, but these errors were encountered: