UNPKG

ng-packagr

Version:

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

5 lines (4 loc) 272 B
import { FactoryProvider, InjectionToken } from 'injection-js'; import { StylesheetProcessor } from './stylesheet-processor'; export declare const STYLESHEET_PROCESSOR_TOKEN: InjectionToken<StylesheetProcessor>; export declare const STYLESHEET_PROCESSOR: FactoryProvider;