nativescript-schematics
nativescript-schematics copied to clipboard
ng g master-detail do not generate module and service
Describe the bug According to docs it should generate components, module and service, but actually module and service are not generated.
To Reproduce
mkdir experiment
cd experiment
npm i nativescript
npm i @angular/cli
npm i @nativescript/schematics
node_modules\.bin\ng new MyApp --collection=@nativescript/schematics
cd MyApp
..\node_modules\.bin\ng g master-detail --master=dogs --detail=dog
Expected behavior Match between docs and actual behavior