
Hello,
I am trying to use Angular 2 in CRM i.e. trying to load the files using "SystemJs" in my HTML file. Below is the code snippet.
<html>
<head>
<title>Angular start</title>
<script src="./node_modules/core.js/client/shim.min.js"></script>
<script src="./node_modules/zone.js/dist/zone.js"></script>
<script src="./node_modules/systemjs/dist/system.src.js"></script>
<script src="system.config.js"></script>
<script>
SystemJS.import("../new_/TypeScriptFiles/Main.js")
</script>
</head>
Here is the error we are getting.
So has anybody ever use the Angular 2 in CRM? If yes, then can you please tell me the steps you are following.
Thanks!
Pramila Patil
*This post is locked for comments
I have the same question (0)