Every line of 'ngswitchcase multiple' 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.
123 _addCase(): number { return this._caseCount++; }
200 function NgSwitchDefault(viewContainer, templateRef, ngSwitch) { 201 ngSwitch._addDefault(new SwitchView(viewContainer, templateRef)); 202 }