What is the difference between angularjs and angular cli?

There are 2 things in angular: 1.angular cli 2.angularjs

Please describe briefly. thank

+4
source share
5 answers

Angular-cli command line interface. and it helps to add new components, directives and services from the command line; he creates the application based on your input. you can add code, test cases using the command itself ...

AngularJS is the structural foundation for dynamic web applications. It allows you to use HTML as a template language and allows you to extend the HTML syntax to express your ... you need the angularjs library to develop the application

+4
source

Angular -CLI - angular 2. , , , angular 2 . .

AngularJS. , JavaScript.

. Angular -CLI , angular

+2

Angular CLI - / angular.

, Java ( IDE, )

Angular js - angular ( 1.x), - JavaScript .

+1

Angualrjs - angular, . Angular -cli- , , ex: , ant , "ng []" , .

0

AngularJS -. HTML HTML, . , ...

Angular CLI - " ". , angular 2, angular 1.

CLI angular 2 , ; " " . . -.

Quick start is just a coded application that gives you an idea of ​​what you can do with angular 2 without having to write your own code.

0
source

Source: https://habr.com/ru/post/1682748/


All Articles