MCPcopy Index your code
hub / github.com/angular/angular / stripNgNonBindable

Function stripNgNonBindable

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…