Using Angular Library in Non-Angular App
Asked Answered
S

0

6

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 ?

Shotputter answered 20/10, 2017 at 12:58 Comment(2)
Have you found something?Posehn
I need to do the same, so far what I have to do is to create an angular app, import my library and then build everything into a single bundle, that I will import and it works, but with some difficulties.Zane

© 2022 - 2024 — McMap. All rights reserved.