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

Class

packages/platform-browser/test/testing_public_spec.ts:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88class ChildChildComp {}
89
90class FancyService {
91 value: string = 'real value';
92 getAsyncValue() {
93 return Promise.resolve('async value');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected