Using Angular Library in Non-Angular App

我的未来我决定 提交于 2020-01-02 08:01:39

问题


I have building a library with Angular 2.x/4.x to use in another projetcs. The problem is that : Some app's are legacy, not build in Angular, like ASP NET MVC. I have tried using the bundle '.js' of my Angular module, generated in by the build of project, but I get error's of Angular depedencies . That's possible ?

If, yes. How can i do that ?

来源:https://stackoverflow.com/questions/46849587/using-angular-library-in-non-angular-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!