I need to use one component of an angular application in another non angular html. Is it possible to use one component alone in another application.?.. I need to get data in something like iframe
Asked
Active
Viewed 188 times
0
-
did you check this? http://stackoverflow.com/questions/38037760/how-to-set-iframe-src-in-angular-2-without-causing-unsafe-value-exception – mxr7350 May 17 '17 at 07:56
-
My use case is different. I have one html page, to that page i need to call one angular 2 component from several components.. Is it possible to show only one component..?? – Rohith Joshy May 17 '17 at 08:00
-
Yes but you'll have to create a separate route that reveals only that component of yours – Роман Гуйван May 17 '17 at 08:18