公司项目用的是angularjs,以前没接触过。一个月了,感觉对它的了解还是很浅显!
应该怎么学习并能熟练用到项目中?
黄舟2017-05-15 16:58:24
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
PHP中文网2017-05-15 16:58:24
I recommend to you the introduction to angularjs I wrote before, and I also released advanced and angular2, you can take a look.
世界只因有你2017-05-15 16:58:24
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
世界只因有你2017-05-15 16:58:24
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.
阿神2017-05-15 16:58:24
Watch the video and then write a demo immediately after watching it. Maybe it will be helpful to the question