UNPKG

@kv-systems/ng-packagr

Version:

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

8 lines (6 loc) 211 B
import { StylesheetLanguage } from './stylesheet-plugin-factory'; export const CssStylesheetLanguage = Object.freeze<StylesheetLanguage>({ name: 'css', componentFilter: /^css;/, fileFilter: /\.css$/, });