問題タブ [angular-lifecycle-hooks]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - コンストラクタとngOnInitの違い
Angular はngOnInit
デフォルトでライフサイクル フックを提供します。
ngOnInit
既に ? があるのに、なぜ使用する必要があるのconstructor
ですか?
angular - ngOnInit()、ngAfterViewInit()、ngafterContentInit()、ngAfterViewChecked() とコンストラクター() の違いは何ですか?
ngOnInit ()、ngAfterViewInit ()、ngafterContentInit ()、ngAfterViewChecked () とコンストラクター()の違いは何ですか? Angular 2 でそれらをどのように実装しますか? それらの目的と用途は何ですか?それらを実装するためにどこで役立つのでしょうか?
ありがとう。