@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
12 lines (11 loc) • 761 B
TypeScript
import { ValueDirective, ValueListDirective } from "./value-directive";
import { CheckedDirective } from "./checked-directive";
import * as i0 from "@angular/core";
import * as i1 from "./value-directive";
import * as i2 from "./checked-directive";
export declare class AngularComponentsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AngularComponentsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AngularComponentsModule, [typeof i1.ValueDirective, typeof i1.ValueListDirective, typeof i2.CheckedDirective], never, [typeof i1.ValueDirective, typeof i1.ValueListDirective, typeof i2.CheckedDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AngularComponentsModule>;
}
export { ValueDirective, ValueListDirective, CheckedDirective };