I am placing the js & css files and the assets folder in wwwroot/Angular/ApplicationName
then I create a document type with "ApplicationName" as its name, as for the template I don't touch the first few setup lines including the layout i keep as null and then i reference the js files and the css files as wwwroot/Angular/ApplicationName/cssfile.css and the js files the same way. after i create a new content and and add the application to it i then save and publish. however the site will not work, i keep getting a http 500 error.
When I use a normal js, css index web application i face no problems.
Angular with Umbraco
Hi,
I am placing the js & css files and the assets folder in wwwroot/Angular/ApplicationName
then I create a document type with "ApplicationName" as its name, as for the template I don't touch the first few setup lines including the layout i keep as null and then i reference the js files and the css files as wwwroot/Angular/ApplicationName/cssfile.css and the js files the same way. after i create a new content and and add the application to it i then save and publish. however the site will not work, i keep getting a http 500 error.
When I use a normal js, css index web application i face no problems.
is working on a reply...