ng-toggle-directive
Version:
A simple Angular library providing toggle functionality with a directive.
8 lines (7 loc) • 425 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./ng-toggle-directive.directive";
export declare class NgToggleDirectiveModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgToggleDirectiveModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgToggleDirectiveModule, [typeof i1.ToggleDirective], never, [typeof i1.ToggleDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgToggleDirectiveModule>;
}