angular-toolkit icon indicating copy to clipboard operation
angular-toolkit copied to clipboard

feat(page): add `--create-module` option

Open imhoffd opened this issue 5 years ago • 1 comments

Aligning the page schematic with the component schematic, which already offers --create-module. The default for the page schematic is true, unlike the component schematic. To disable module creation, --create-module=false must be specified.

fixes https://github.com/ionic-team/ionic-cli/issues/3586

imhoffd avatar Mar 25 '20 18:03 imhoffd

I look forward to seeing this feature merged!🙌

rdlabo avatar May 13 '21 01:05 rdlabo