@ssv/ngx.command
Version:
Command pattern implementation for angular. Command used to encapsulate information which is needed to perform an action.
9 lines (8 loc) • 496 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./command.directive";
import * as i2 from "./command-ref.directive";
export declare class SsvCommandModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SsvCommandModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SsvCommandModule, never, [typeof i1.CommandDirective, typeof i2.CommandRefDirective], [typeof i1.CommandDirective, typeof i2.CommandRefDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SsvCommandModule>;
}