본문 바로가기
IT/JavaScript와 Framework

AngularJS 개념 잡기

by 골든크랩 2022. 2. 16.
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
반응형

댓글