UNPKG

angular-cli-ghpages

Version:

Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)

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