UNPKG

@jefiozie/ngx-aws-deploy

Version:

Deploy an Angular app to Amazon S3 directly from the Angular CLI

8 lines (7 loc) 347 B
import { SchematicContext, Tree } from '@angular-devkit/schematics'; import { Schema } from './schema'; interface NgAddOptions extends Schema { project: string; } export declare const ngAdd: (options: NgAddOptions) => (tree: Tree, context: SchematicContext) => Promise<import("@angular-devkit/schematics/src/tree/interface").Tree>; export {};