An open API service indexing awesome lists of open source software.

https://github.com/amamov/angular-toy-project

angular is solid, sexy, oop-ly
https://github.com/amamov/angular-toy-project

angular toy-project tutorial

Last synced: 7 months ago
JSON representation

angular is solid, sexy, oop-ly

Awesome Lists containing this project

README

          

# angular

## Two Way Data Binding

## Dependency Injection

> 도중에 해당 서비스에 대한 Providers 값이 있다면 검색 종료

1. 자신의 컴포넌트

2. 부모 컴포넌트

3. 루트 컴포넌트까지 계속 부모-자식 관계를 타고 올라간다.

4. 루트 모듈

5. 하위 모듈

6. 자신이 속한 모듈까지 계속 내려옴

## Directives

---

## Component Life Cycle

1. `ngOnChanges`

2. `ngOnInit`

3. `ngDoCheck`

4. `ngAfterContentInit`

5. `ngAfterContentChecked`

6. `ngAfterViewInit`

7. `ngAfterViewChecked`

8. `ngDestroy`