As a beginner, I have installed angular cli, npm etc all the stuff and I am able to add some components to it. But It is incomplete until we use some backend. I am in .net background. Till now, I was using MVC but now I am migrating to .net core.
Well, Angular2 and .net core are two different apps. Now I have angular-2 app. How can I add this app in a .net core web application?
And usually we use CLI commands to add components and other things. So, when I will add angular app in .net core app, how can i be able to add components automatically?
via Sweetie
No comments:
Post a Comment