Front-end - How to learn angularjs well and use it skillfully
大家讲道理2017-05-15 16:56:24
0
5
684
The company’s projects use angularjs, which I have never been exposed to before. It’s been a month, and I feel like my understanding of it is still very shallow! How should I learn and be able to use it skillfully in projects?
Looking at your description, it shows that you have been exposed to AngularJS for a month. I believe you should have mastered the basic usage. I was in the same situation as you and knew how to use it, but I desperately wanted to understand why it was used this way and how to do it better. use.
Let me recommend some videos and books to you.
Video:
Damo Qiongqiu’s videos on MOOC.com "Using AngularJS to Develop Next-Generation Web Applications" and "AngularJS in Practice" http://www.imooc.com/space/teacher/id/103747 (Getting Started)
The AngularJS special session of Ali Lalan Exchange Conference http://www.imooc.com/learn/203 is also on MOOC.com (advanced)
If you can circumvent the wall and your English is good, it is recommended to watch the ng-conf video on YouTube (advanced)
Book:
Five-star recommended book "Mastering AngularJS" http://www.duokan.com/book/90947
Practical projects:
You can refer to my answer /q/1010000003817111/a-1020000003821185
Another thing to say, be sure to take the time to read the official AngularJS documentation. It can help you understand the principles of AngularJS. If it is difficult to read in English, someone has translated it into Chinese. Be sure to read it carefully. Address : http://docs.ngnice.com/guide
By the way, some of the articles shared by Angular on github by our team are relatively scattered. If you are interested, you can take a look. Address https://github.com/hjzheng/CUF_meeting_knowledge_share/issues?utf8=%E2%9C%93&q=angular
Looking at your description, it shows that you have been exposed to AngularJS for a month. I believe you should have mastered the basic usage. I was in the same situation as you and knew how to use it, but I desperately wanted to understand why it was used this way and how to do it better. use.
Let me recommend some videos and books to you.
Video:
Damo Qiongqiu’s videos on MOOC.com "Using AngularJS to Develop Next-Generation Web Applications" and "AngularJS in Practice" http://www.imooc.com/space/teacher/id/103747 (Getting Started)
The AngularJS special session of Ali Lalan Exchange Conference http://www.imooc.com/learn/203 is also on MOOC.com (advanced)
If you can circumvent the wall and your English is good, it is recommended to watch the ng-conf video on YouTube (advanced)
Book:
Five-star recommended book "Mastering AngularJS" http://www.duokan.com/book/90947
Practical projects:
You can refer to my answer /q/1010000003817111/a-1020000003821185
Another thing to say, be sure to take the time to read the official AngularJS documentation. It can help you understand the principles of AngularJS.
If it is difficult to read in English, someone has translated it into Chinese. Be sure to read it carefully. Address : http://docs.ngnice.com/guide
By the way, some of the articles shared by Angular on github by our team are relatively scattered. If you are interested, you can take a look. Address
https://github.com/hjzheng/CUF_meeting_knowledge_share/issues?utf8=%E2%9C%93&q=angular
I recommend to you the introduction to angularjs I wrote before, and I also released advanced and angular2, you can take a look.
I always think that the following point of view is basically suitable for all languages:
Read more---read the document carefully
Write more --- just write code
Read it a few more times and think about it while reading: https://ruby-china.org/topics/27590#reply7
However, the words are spoken by others, think about the truth yourself.
Watch the video and then write a demo immediately after watching it. Maybe it will be helpful to the question