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
{{ message }}
This repository was archived by the owner on May 27, 2021. It is now read-only.
Hi, I'm fairly new to Ionic and while I was trying the Ionic CLI I've noticed that the generator doesn't create the names of the files by following the Angular style guide.
Hi, I'm fairly new to
Ionic
and while I was trying theIonic CLI
I've noticed that the generator doesn't create the names of the files by following the Angular style guide.See STYLE 02-01 and STYLE02-02.
For instance, if I do
ionic g component box
, this will generate several files named like this:Ideally, it should create something like this:
The same pattern will follow when generating
pipes
,directives
orservices
.Maybe this behavior is something you deliberately chosed and I'm missing the point. If that's the case, please excuse my boldness. 😉
The text was updated successfully, but these errors were encountered: