Include Angular 2 project in a multi-module Maven project
已回答
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.
请先登录再写评论。
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!