如何将现有的angularjs项目包含/引用到另一个项目中?

时间:2018-01-02 12:04:56

标签: angularjs angular angularjs-directive bower angularjs-controller

enter image description here

如图所示,Angular app1是app2和app3的通用模块。是否可以在通用模块中注入app2和app3?

如果不可能,任何人都可以知道我们如何实现这个目标吗?

注意:目前我正在尝试使用bower安装注入app2和app3。这是对的吗?

1 个答案:

答案 0 :(得分:1)

最后,我们使用AngularJS Modularization实现了此功能。

Webpack是一个模块捆绑器,这是什么意思?好吧,它基本上采用具有依赖关系的模块并生成静态资产来表示这些模块。

了解更多信息: http://angular-tips.com/blog/2015/06/using-angular-1-dot-x-with-es6-and-webpack/