MCPcopy Create free account
hub / github.com/angular/angular / stripNgNonBindable

Function stripNgNonBindable

packages/core/test/acceptance/integration_spec.ts:497–499  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

495
496 describe('ngNonBindable handling', () => {
497 function stripNgNonBindable(str: string) {
498 return str.replace(/ ngnonbindable=""/i, '');
499 }
500
501 it('should keep local ref for host element', () => {
502 @Component({

Callers 1

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected