Every line of 'angular conditional text' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
187 set ngIfElse(templateRef: TemplateRef>|null) { 188 assertTemplate('ngIfElse', templateRef); 189 this._elseTemplateRef = templateRef; 190 this._elseViewRef = null; // clear previous view if any. 191 this._updateView(); 192 }
56 public getProcessedText(text: string): string { 57 return this.locOwner ? this.locOwner.getProcessedText(text) : text; 58 }