MCPcopy
hub / github.com/angular/angular / throw

Method throw

packages/core/test/acceptance/profiler_spec.ts:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 })
118 class MyComponent {
119 throw() {
120 throw new Error();
121 }
122 }
123
124 TestBed.configureTestingModule({declarations: [MyComponent]});

Callers 1

bluebird.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected