nativescript-schematics icon indicating copy to clipboard operation
nativescript-schematics copied to clipboard

ng g master-detail do not generate module and service

Open dtopuzov opened this issue 6 years ago • 0 comments

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

dtopuzov avatar Feb 26 '19 11:02 dtopuzov