01-Basic AngularJS tutorial, 01-angularjs
0. Directory
- Directory
- Preface
- AngularJS
- Series tutorial Directories
- Learning Resources
- Statement
1. Preface
AngularJS is designed to overcome the shortcomings of HTML in building applications. HTML is a well-designed declarative language for static text display, but it seems weak to build WEB applications, angularJS has done some work to solve the shortcomings of static Web Page Technology in building dynamic applications.
AngularJS was originally designedSimplify web APP development, The essence isSimple. However, there are many AngularJS tutorials at home and abroad, all focusing on the strengths of AngularJS, which increases the difficulty of AngularJS learning. This tutorial attempts to explain in a popular language.Basic,Most practicalContent,Simplify the learning process and reduce the learning difficultyIs the original intention of this tutorial.
WelcomeCriticize and correct.
2. AngularJS?
AngularJS is mainly used to build single-page Web applications. It is used in concert with other long-standing Web technologies (HTML, CSS, and JavaScript) to make it easier to build interactive modern Web applications.
AngularJS provides a series of advanced functions that developers often use in modern Web applications, such as decoupling application logic, data models and views, Ajax services, bidirectional binding, dependency injection, and testing, the native Model-View-Controller (MVC, Model View Controller) function enhances HTML, thus reducing the difficulty of building complex applications.
3. Series tutorial Directories 4. Learning Resources 5. Declaration
Front-end development whqet, focus on front-end development, and share related resources. Wang haiqing, A csdn Expert Blog, hopes to help you. Limited by the author's limited level, it is inevitable to make mistakes. Thank you!
You are welcome to reprint it in any form. Please note the loading and retain the text in this section.
The original Article, http://blog.csdn.net/whqet/article/details/44586849
Welcome to independent blog http://whqet.github.io.