I have seen people talking about using a back-end language (like asp.net, php) with AngularJS. But, they are just making HTTP request from NodeJs to the other backend language by creating an API. AngularJS or NodeJs is already a back-end language itself I don't see myself developing 2 back-end web applications just to use AngularJS.
Is it possible to get only the AngularJS's generated front-end scripts to run on a web project using another back-end language or just a simple project without back-end (Html with JavaScript version 6) Or use AngularJS like if it was ViewJs?
The thing is just I want to use ng-if
, ng-for
... like in view we use v-if
, v-for
... and omit the Angularjs routing and other NodeJs stuff. So that, when I run the project I don't need to run NodeJs or Angular-cli. I mean just using the AngularJS template.
I hope I and my English were clear.