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
Please sign in to leave a comment.
Did you update your angular-cli? What version do you use?
Yes, I've updated angular-cli to latest version 1.5.0.
Try running ng help generate in terminal - what is printed?
Available schematics:
application
class
component
directive
enum
guard
interface
module
pipe
service
And in WebStorm list ends with Pipe
Thanks, reproduced. Please follow https://youtrack.jetbrains.com/issue/WEB-29610 for updates