Can I use Angularjs2 (ES6) without nodejs?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Can I use Angularjs2 (ES6) without nodejs?



Is it possible to use Angular.js2 (ES6) without node.js? I did pilot page in winter with Angular.js1, and it worked great. Now that we have 'go' from management for the project implementation with Angular.js, there is Angular.js2 with ES6 is in scene. It is guaranteed that IIS is our one and only choice and nodejs will not be used.





Where the hell did you pick up the term "EC6"? Or is that something you created on your own? Or is it just a typo?
– Bergi
Sep 20 '15 at 21:50





This is a typo.
– kaplievabell
Sep 21 '15 at 14:46




2 Answers
2



yes, angular and node are orthogonal.





Angular.js2 is using EcmaScript 5/6 or TypeScript. Will EcmaScript work on IIS without iisnode?
– kaplievabell
Aug 6 '15 at 18:26





i might not be fully understanding your question but, basically, Angular runs in the browser and talks to the server (running IIS) via HTTP (e.g., ajax calls). On the server side, you could use any language that IIS can support.
– lispHK01
Aug 6 '15 at 18:48



yes there wont be any issues working with angular2 and IIS.
just make sure how you handle the dependencies because most javascript frameworks make use of npm for dependency management






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard