Use Angular CLI in subfolder of already existing project?
I know you can use direct angular-cli integration if you create an Angular project to start with. I have a nodejs/express project with an Angular project inside it for the client and I don't have the angular-cli options. I know I can still use it from the command line, I was just wondering if there was a way to enable it in an existing project.
Please sign in to leave a comment.
what webstorm version do you use? since 2017.2, you normally need to ensure that there is
.angular-cli.jsonin your project root folder or one of subfolders (see https://youtrack.jetbrains.com/issue/WEB-24662) to enable augular-cli actions in New menu