@progress/kendo-angular-schematics
Version:
Kendo UI Schematics for Angular
18 lines • 886 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.testComponent = void 0;
const schematics_1 = require("@angular-devkit/schematics");
const utils_1 = require("../utils");
const rules_1 = require("../rules");
const prepareTemplates = (_context) => (0, utils_1.asObservable)({
templateContent: ''
});
function testComponent(options) {
return (0, rules_1.withBase)(prepareTemplates, (0, schematics_1.noop)())(options);
}
exports.testComponent = testComponent;
//# sourceMappingURL=index.js.map