UNPKG

moh-common-lib

Version:

A library of Angular components, services, and styles for B.C. Government Ministry of Health (MoH).

11 lines (10 loc) 262 B
/** * Base class. Components extend this class to have object IDs. * NPM package dependencies: * a) moment */ export declare class Base { /** An identifier for parents to keep track of components */ objectId: string; constructor(); }