Closed
Description
Running
ng g service contacts-service
Generates the following output
$ ng g service contacts-service
Could not find watchman, falling back to NodeWatcher for file system events.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.
installing service
create src/app/services/contacts-service/contacts-service.spec.ts
create src/app/services/contacts-service/contacts-service.ts
create src/app/services/contacts-service/contacts-service.spec.ts
create src/app/services/contacts-service/contacts-service.ts
Not sure if it in fact creates the service + spec file twice, or if it just logs twice. If the former, then ofc the second call will override the first one, so the resulting files are okay.
However, I think this needs to be fixed.
Metadata
Metadata
Assignees
Labels
No labels