I'm trying to generate a ionic page using ionic CLI with following command,
ionic g page SomePage --no-module
as it said on the documentation.
But it still generates the module file. When i use the command
ionic g page SomePage
But it generates same files as earlier command. Is there any way I can generate a ionic page using ionic CLI without the module.ts file.
Asked
Active
Viewed 962 times
1

Lahiru Mirihagoda
- 1,113
- 1
- 16
- 30
-
try with `--without-module` – Najam Us Saqib Sep 23 '19 at 09:13
-
1`Unknown option: '--without-module' [ERROR] Could not generate page.` – Lahiru Mirihagoda Sep 23 '19 at 09:33