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<NgIfContext<T>>|null) { 188 assertTemplate('ngIfElse', templateRef); 189 this._elseTemplateRef = templateRef; 190 this._elseViewRef = null; // clear previous view if any. 191 this._updateView(); 192 }
Secure your code as it's written. Use Snyk Code to scan source code in minutes – no build needed – and fix issues immediately. Enable Snyk Code
56 public getProcessedText(text: string): string { 57 return this.locOwner ? this.locOwner.getProcessedText(text) : text; 58 }