UNPKG

ng-matero

Version:
5 lines (4 loc) 213 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; /** Adds the Material Design fonts to the index HTML file. */ export declare function addLoaderToIndex(options: Schema): Rule;