A
A
AlxMrz2017-09-09 15:09:31
JavaScript
AlxMrz, 2017-09-09 15:09:31

Is it possible to install angular 4 without Node and npm?

Is it possible to install Angular 4 without using node, npm, angular-cli? Just take and connect to the page using the tag <script>. I don’t understand why such a heap of technologies for simple use? Vaughn, connected, for example, JQuery via cdn and do not bother.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Shvedov, 2017-09-09
@mmmaaak

You can, here is an example https://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5

V
Vitaly the Wise, 2017-09-09
@tapinambur0508

You can connect via script, but you need to install via npm

<script src="/node_modules/angular/angular.js"></script>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question