1
Hello! When I use the command "Ionic g page Example", the same creates only three files, instead of 4.
-exemplo.html
-exemplo.scss
-exemplo.ts
But I believe I need the example.modulets. because I’m getting the following modal error: Uncaught (in Promise) error: invalid link: parentName.
It appears they have taken https://github.com/ionic-team/ionic/pull/12347 out. Since all the pages of my project were already using the module.ts I create a new one every time I make a new page. I don’t know why they took it
– André Vicente