MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/caretaker/check/base.spec.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15/** A simple usage of the BaseModule to illustrate the workings built into the abstract class. */
16class ConcreteBaseModule extends BaseModule<typeof exampleData> {
17 override async retrieveData() {
18 return exampleData;
19 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected