UNPKG

angular-server-side-configuration

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