What are the config steps to use angular for UI in extension application.
3 years ago
Correct. I get the point that the entry point needs to be replaced. My question is exactly that. How do I make app html/js of my angular project the entry point?
For Angular, we need few dependencies to be installed which I installed in the same extension application folder. How do I connect app.html to my angular code?
When I use the angular code now, it isn't able to compile that.