UNPKG

664 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const cdk_1 = require("../cdk");
4/**
5 * Rule that copies and interpolates the files that belong to this schematic context. Additionally
6 * a list of file paths can be passed to this rule in order to expose them inside the EJS
7 * template context.
8 *
9 * This allows inlining the external template or stylesheet files in EJS without having
10 * to manually duplicate the file content.
11 */
12function buildComponent(options, additionalFiles = {}) {
13 return cdk_1.buildComponent(options, additionalFiles);
14}
15exports.buildComponent = buildComponent;
16//# sourceMappingURL=build-component.js.map
\No newline at end of file