我是Angular2的新手,想要澄清一些概念,因爲我提到了許多其他帖子,但仍不清楚。問題是我無法理解在教程中使用的高級語言,所以請任何人都能以簡單的語言幫助我理解。Angular2:裝飾者之間的區別
- @Input,@output和@ViewChild有什麼區別。我們可以使用@output訪問子數據,因此@viewchild與@Output不同@
- 什麼是@viewContent?任何例子
- 是他們沒有辦法從孩子訪問父內容就像我們使用@ViewChild訪問子內容
- ngOnChanges,ngOnInit,ngDoCheck & ngOnDestroy
- 我感到困惑與術語初始化組件/指令。
- ngAfterContentInit,ngAfterContentChecked,ngAfterViewInit & ngAfterViewChecked?
相關[生命週期魚鉤]文檔(https://angular.io/docs/ts/latest/guide/lifecycle-hooks.html) – Ploppy
文檔相關[組件交互](https://angular.io/docs/ts/latest/cookbook/component-communication.html#!#bidirectional-service) – Ploppy
如果您是Angular的新手,那麼有官方的[Learning Angular guide ](https://angular.io/docs/ts/latest/guide/learning-angular.html) – Ploppy