MCPcopy Create free account
hub / github.com/angular/components / ngAfterContentInit

Method ngAfterContentInit

src/material/datepicker/year-view.ts:168–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 ngAfterContentInit() {
169 this._rerenderSubscription = this._dateAdapter.localeChanges
170 .pipe(startWith(null))
171 .subscribe(() => this._init());
172 }
173
174 ngOnDestroy() {
175 this._rerenderSubscription.unsubscribe();

Callers

nothing calls this directly

Calls 1

_initMethod · 0.95

Tested by

no test coverage detected