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