UNPKG

584 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.STYLESHEET_PROCESSOR = exports.STYLESHEET_PROCESSOR_TOKEN = void 0;
4const injection_js_1 = require("injection-js");
5const stylesheet_processor_1 = require("./stylesheet-processor");
6exports.STYLESHEET_PROCESSOR_TOKEN = new injection_js_1.InjectionToken(`ng.v5.stylesheetProcessor`);
7exports.STYLESHEET_PROCESSOR = {
8 provide: exports.STYLESHEET_PROCESSOR_TOKEN,
9 useFactory: () => stylesheet_processor_1.StylesheetProcessor,
10 deps: [],
11};
12//# sourceMappingURL=stylesheet-processor.di.js.map
\No newline at end of file