LoginSignup
24
23

More than 5 years have passed since last update.

Angularの初心者から脱出するための勉強法。(知り合いからのメモ)

Last updated at Posted at 2014-08-24

dotinstallや日本版のオライリーを読んでも、初心者からは脱出できない。。。人向けに

angularにおいて。
cotroller scope directive service を理解することが大事で。
日本版のドキュメントや日本版のオライリーだと内容が薄いので、英語のドキュメントを読む必要があります。

  1. チュートリアル(https://docs.angularjs.org/tutorial) をやる <長いからこれは、dotinstallでもよい。全体把握するために>
  2. controllerをやる (https://docs.angularjs.org/guide/controller)
  3. scopeを読む(https://docs.angularjs.org/guide/scope)
  4. directiveを読む(https://docs.angularjs.org/guide/directive)
  5. servicesを読む(https://docs.angularjs.org/guide/services) getやpost関連のapiを扱う際はここのservicesを使うそうです。
24
23
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
24
23