UNPKG

ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

5 lines (4 loc) 347 B
import { Transform } from '../../graph/transform'; import { StylesheetProcessor as StylesheetProcessorClass } from '../../styles/stylesheet-processor'; import { NgPackagrOptions } from '../options.di'; export declare const compileNgcTransformFactory: (StylesheetProcessor: typeof StylesheetProcessorClass, options: NgPackagrOptions) => Transform;