UNPKG

ng-matero

Version:
5 lines (4 loc) 320 B
import { logging } from '@angular-devkit/core'; import { Rule } from '@angular-devkit/schematics'; /** Adds a theming style entry to the given project target options. */ export declare function addThemeStyleToTarget(projectName: string, targetName: 'test' | 'build', assetPath: string, logger: logging.LoggerApi): Rule;