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

Function destroy

modules/benchmarks/src/styling/ng2/init.ts:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 function destroy() {
33 component.data = empty;
34 appRef.tick();
35 }
36
37 function update() {
38 component.exp = component.exp === 'bar' ? 'baz' : 'bar';

Callers 1

profileFunction · 0.50

Calls 1

tickMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…