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.

0
1 comment

what webstorm version do you use? since 2017.2,  you normally need to ensure that there is .angular-cli.json in your project root folder or one of subfolders (see https://youtrack.jetbrains.com/issue/WEB-24662) to enable augular-cli actions in New menu

0

Please sign in to leave a comment.