728x90
반응형
AngularJS 를 학습하기 위해서 아래 사이트를 방문해보라.
https://docs.angularjs.org/guide
몇가지 이해해야할 단어들.
Template | HTML with additional markup |
Directives | extend HTML with custom attributes and elements |
Dirctives : 커스텀 속성과 엘리먼트를 갖고 있는 확장된 HTML
Scope | context where the model is stored so that controllers, directives and expressions can access it |
Controller | the business logic behind views |
Module | a container for the different parts of an app including controllers, services, filters, directives which configures the Injector |
728x90
반응형
'IT > JavaScript와 Framework' 카테고리의 다른 글
Node.js 노드 설치하기 (0) | 2022.02.16 |
---|---|
AngularJS 구버전(여기선 1.3.7) 개발환경 꾸미기 (0) | 2022.02.16 |
윈도우10에 Angualr 설치하기(AngularJS아님. Node.js설치포함) (0) | 2022.02.16 |
ECMAScript (Java Script) History (0) | 2022.02.08 |
AngularJS 개요 (0) | 2022.02.08 |
댓글