Include Angular 2 project in a multi-module Maven project
Answered
Hi,
We would like to include an Angular 2 project in a multi-module Maven project. We use the "Create IntelliJ IDEA modules for aggregator projects" and "Create module groups for multi-module Maven projects" options.

What's the best practice so far for this kind of need? What do you recommend?
Regards,
Simon.
Please sign in to leave a comment.
Is Angular2 project itself is Maven-based or not? If not, you can add it as a module of a Static Web type to an existing project: File | New | Module from Existing Source... action. Does it work?
Hi Andrey,
Yes, it works. Thanks!