Webstorm Angular CLI - no service in generator options

Hey,

Something must have changed, because today when I opened Angular CLI generator inside WebStorm I can generate everything except service. Anyone noticed this? Everything worked fine till today

1
5 comments

Did you update your angular-cli? What version do you use?

0
Avatar
Permanently deleted user

Yes, I've updated angular-cli to latest version 1.5.0. 

0

Try running ng help generate in terminal - what is printed?

0
Avatar
Permanently deleted user

Available schematics:
application
class
component
directive
enum
guard
interface
module
pipe
service

And in WebStorm list ends with Pipe

0

Please sign in to leave a comment.