Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8832

is there any known issues including angularJs into a Kentico module?

$
0
0
I'm currently working in a Kentico 9 project where is needed expose an admin backend to configure an external site into the CMS. I saw that is possible to create a new module that can be restricted for certain users and where you can develop your own .aspx pages. Since we all know that ASP.NET Webforms is today an old technology and being that the most of my team has a very good expertise in AngularJs, I though that it could be interesting to include that technology on this module. First I created the module and I referenced to the Index.html (entry point)Then I have created the whole bunch of files needed to this proof of concept with Angular this way:As you can see, is a new folder not related with the CMS files, but into the same site. The final result, looks like this: This seems pretty straight forward for me. I was trying to find any "warning" that could exist with this approach, but I could find anything (the Kentico documentation on this topics is a bit poor). However, I saw that Kentico renders my html page from CMSAdministrator.aspx which involves security check and all that the CMS provides, so it seems to be safe. You can see it on the URL: So, is there any concerns with exposed approach? Thanks in advance.

Viewing all articles
Browse latest Browse all 8832

Trending Articles