UNPKG

ng-alain

Version:

Schematics specific to NG-ALAIN

9 lines (6 loc) 255 B
import { chain, Rule } from '@angular-devkit/schematics'; import { buildAlain } from '../utils'; import { Schema } from './schema'; export default function (options: Schema): Rule { return chain([buildAlain({ schematicName: 'view', ...options })]); }