UNPKG

ng-afelio

Version:
5 lines (4 loc) 323 B
import { Rule } from '@angular-devkit/schematics'; import * as ts from 'typescript'; export declare function getEnvironmentNode(source: ts.SourceFile): ts.Node | undefined; export declare function appendIntoEnvironment(projectAppPath: string, projectName: string, toAppend: string, toCheck?: string, prod?: boolean): Rule;