@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) • 627 B
TypeScript
export { SsvCommandModule } from "./command.module";
export { provideSsvCommandOptions, COMMAND_OPTIONS, type CommandOptions } from "./command.options";
export { command, commandAsync, Command, CommandAsync, type CanExecute, type CommandCreateOptions } from "./command";
export { CommandDirective } from "./command.directive";
export { CommandRefDirective } from "./command-ref.directive";
export { type CanExecuteFormOptions, isCommand, isCommandCreator, canExecuteFromNgForm, canExecuteFromSignals } from "./command.util";
export type { CommandCreator, ICommand } from "./command.model";
export { VERSION } from "./version";