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
- Host: GitHub
- URL: https://github.com/amamov/angular-toy-project
- Owner: amamov
- Created: 2021-11-21T15:16:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T06:26:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T11:42:38.048Z (9 months ago)
- Topics: angular, toy-project, tutorial
- Language: TypeScript
- Homepage:
- Size: 472 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/readme.md
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`