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

Method ngOnInit

src/cdk/table/table.ts:660–669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

658 }
659
660 ngOnInit() {
661 this._setupStickyStyler();
662
663 this._viewportRuler
664 .change()
665 .pipe(takeUntil(this._onDestroy))
666 .subscribe(() => {
667 this._forceRecalculateCellWidths = true;
668 });
669 }
670
671 ngAfterContentInit() {
672 this._viewRepeater =

Callers

nothing calls this directly

Calls 2

_setupStickyStylerMethod · 0.95
changeMethod · 0.80

Tested by

no test coverage detected