I have create small project with ANGULAR 4
can we migrate/move it UMBRACO...
Is there will be any code diffrence ?
Any Suggestions will help me..
Thank you.
It is perfectly possible to use Umbraco as a CMS for your application.
Create API end points to give you the data you want your web application to consume. - have a look at: http://www.jondjones.com/learn-umbraco-cms/umbraco-developers-guide/umbraco-web-api/how-to-create-a-web-api-in-umbraco-in-less-than-5-minutes
Then change your Angular application to point to these end points to drive your website.
Change something in Umbraco, then see the changes reflected in your web application.