I installed ionic cli (the latest version)
and when i use ionic generate page HomePage
, it generates without home.module.ts
in another project that i created before few days it is generating with module.
how to fix it?
ionic 3.5.0
I installed ionic cli (the latest version)
and when i use ionic generate page HomePage
, it generates without home.module.ts
in another project that i created before few days it is generating with module.
how to fix it?
ionic 3.5.0
so fast answer
thanks
You can use below cli command:
ionic generate page Detail --no-module
is this module file necessary for every page?
Hello.
if eager loading -> No.
if lazy loading -> Yes.
Best regards, anna-liebt
thanks for the reply