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

Class

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

Source from the content-addressed store, hash-verified

11
12/** The BaseModule to extend modules for caretaker checks from. */
13export abstract class BaseModule<Data> {
14 /** The data for the module. */
15 readonly data = this.retrieveData();
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected