B
B
Boris2014-07-22 17:44:19
Angular
Boris, 2014-07-22 17:44:19

How to install angular js?

I would like to try this tool. But, I'm not familiar with command lines. Everything seems to be clear in the manual. But in which line should I start everything? In git or nodeJS, or in windows cmd?
I use denwer, can we install it? After all, this is a local web server.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
sim3x, 2014-07-22
@BorisBoris

I doubt you need it
better master cmd first, and even better linux, then git, then js, and then climb into frameworks

<!DOCTYPE html>
<html ng-app>
<head>
  <meta charset="utf-8">
</head>
<body>
{{'hello ' + 'angular ' + 1.2}}
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.min.js"></script>
</body>
</html>

S
Sergey, 2014-07-22
Protko @Fesor

in order to try you don't need denver or command line anything at all. In order to start developing at least something more complicated than halo world, you should install node.js.

Z
zooks, 2014-07-22
@zooks

There is only one command line in Windows: cmd.exe.
Everything is described step by step here:
angular.ru/tutorial

S
sasha, 2014-07-22
@madmages

here you can't do without jquery,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question