Skip to content

ng g master-detail do not generate module and service #194

Open
@dtopuzov

Description

@dtopuzov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions