Create Components
http://plnkr.co/edit/NomETVhyqSIryX2Pm6dc?p=preview
https://docs.angularjs.org/guide/component
Component is a special kind of directive that uses a simpler configuration which is suitable for a component-based application structure.
Advantages of Components:
-
simpler configuration than plain directives
-
promote sane defaults and best practices
-
optimized for component-based architecture
-
writing component directives will make it easier to upgrade to Angular
-
Angular 2 is able of using older AngularJS components.
-
Developer Guide
https://docs.angularjs.org/guide
-
AngularJS API Docs
https://docs.angularjs.org/api
-
Error Reference
https://docs.angularjs.org/error
Guide to AngularJS
-
Official AngularJS Tutorial
https://docs.angularjs.org/tutorial/index - PhoneCat Tutorial App
-
AngularJS Seed
https://github.com/angular/angular-seed
-
Angular Style Guide
https://github.com/johnpapa/angular-styleguide
'Frontend > angularjs' 카테고리의 다른 글
[Hoon] AngularJS Seed - the seed for AngularJS apps (0) | 2019.01.04 |
---|---|
[Hoon] AngularJS - Angularjs Tutorial (0) | 2019.01.04 |
[Hoon] AngularJS - PhoneCat Tutorial App (0) | 2019.01.03 |
[Hoon] AngularJS - Componets, Directives, Localization Example (0) | 2018.12.31 |
[Hoon] AngularJS - The AngularJS (0) | 2018.12.31 |
댓글