ng-matero
Version:
Angular Material admin template
15 lines (14 loc) • 511 B
TypeScript
import { Rule } from '@angular-devkit/schematics';
import { Schema } from './schema';
/**
* Scaffolds the basics of a Angular Material application, this includes:
* - Add Starter files to root
* - Add Scripts to `package.json`
* - Add proxy to `angular.json`
* - Add style to `angular.json`
* - Add fileReplacements to `angular.json`
* - Add Fonts & Icons to `index.html`
* - Add Preloader to `index.html`
* - Add Packages to `package.json`
*/
export default function (options: Schema): Rule;