UNPKG

ng-matero

Version:
8 lines (7 loc) 241 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; /** * Scaffolds a new navigation component. * Internally it bootstraps the base component schematic */ export default function (options: Schema): Rule;