UNPKG

@angular-builders/custom-webpack

Version:

Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it

4 lines (3 loc) 150 B
import { Rule } from '@angular-devkit/schematics'; import { NgAddSchema } from './schema'; export declare function ngAdd(options: NgAddSchema): Rule;