void ngAfterContentInit()

Source

void ngAfterContentInit() {
  this.cases.forEach(/* void */ (NgPluralCase pluralCase) {
    this._caseViews[this._formatValue(pluralCase)] = pluralCase._view;
  });
  this._updateView();
}