phpcn_u15822017-05-15 16:54:14
I initially read the AngularJS authoritative tutorial. Some codes in the book ran incorrectly, but you can run them through the link.
Some documents on the Internet may be toy code that can only run on 1.2x, but the code in this book is still relatively professional.
天蓬老师2017-05-15 16:54:14
Authoritative guide, official documentation.
Or look at this angularjs_pingan
曾经蜡笔没有小新2017-05-15 16:54:14
1. Introduction to Angular.js video on MOOC: http://www.imooc.com/learn/51
2. Online learning tutorials on MOOC: http://www.imooc.com/learn/156
3. Chinese documentation: http://docs.ngnice.com/guide
4. Introductory tutorial of Turing community: http://www.ituring.com.cn/minibook/303
5. Huizhi.com online editing learning: http://www.hubwiz.com/course/547c3e3b88dba0087c55b4e5/
It is recommended to study in the order I recommend. First, learn about Angular.js through the first lecture to get a general impression, and then choose one of 2 and 5 to study. Supplemented by 3 and 4 for reference
PHP中文网2017-05-15 16:54:14
Official guide is always your best choice~~
https://docs.angularjs.org/guide
曾经蜡笔没有小新2017-05-15 16:54:14
:)
仅有的幸福2017-05-15 16:54:14
Recommend this interactive course, you can learn and practice immediately, with functional descriptions, code examples and writing process angularjs learning path
黄舟2017-05-15 16:54:14
The authoritative guide book is not suitable for first reading. It is recommended to read the tutorial on www.ngnice.com first to understand what an Angular application is
How to run.
黄舟2017-05-15 16:54:14
It is recommended to read this tutorial on MOOC.com http://www.imooc.com/learn/51
Then there are the official API + community answers
As a beginner, I have read it intermittently several times and it is very helpful. The other is the summary. The most important thing is to search for problems on Google. If you don’t write code, you won’t know there are many pitfalls. .