@nx/angular
Version:
35 lines (34 loc) • 2.81 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.cypressComponentConfiguration = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./src/generators/add-linting/add-linting"), exports);
tslib_1.__exportStar(require("./src/generators/application/application"), exports);
tslib_1.__exportStar(require("./src/generators/component-story/component-story"), exports);
tslib_1.__exportStar(require("./src/generators/component/component"), exports);
tslib_1.__exportStar(require("./src/generators/directive/directive"), exports);
tslib_1.__exportStar(require("./src/generators/federate-module/federate-module"), exports);
tslib_1.__exportStar(require("./src/generators/host/host"), exports);
tslib_1.__exportStar(require("./src/generators/init/init"), exports);
tslib_1.__exportStar(require("./src/generators/library-secondary-entry-point/library-secondary-entry-point"), exports);
tslib_1.__exportStar(require("./src/generators/library/library"), exports);
tslib_1.__exportStar(require("./src/generators/move/move"), exports);
tslib_1.__exportStar(require("./src/generators/ngrx/ngrx"), exports);
tslib_1.__exportStar(require("./src/generators/ngrx-feature-store/ngrx-feature-store"), exports);
tslib_1.__exportStar(require("./src/generators/ngrx-root-store/ngrx-root-store"), exports);
tslib_1.__exportStar(require("./src/generators/pipe/pipe"), exports);
tslib_1.__exportStar(require("./src/generators/remote/remote"), exports);
tslib_1.__exportStar(require("./src/generators/scam-directive/scam-directive"), exports);
tslib_1.__exportStar(require("./src/generators/scam-pipe/scam-pipe"), exports);
tslib_1.__exportStar(require("./src/generators/scam-to-standalone/scam-to-standalone"), exports);
tslib_1.__exportStar(require("./src/generators/scam/scam"), exports);
tslib_1.__exportStar(require("./src/generators/setup-mf/setup-mf"), exports);
tslib_1.__exportStar(require("./src/generators/setup-ssr/setup-ssr"), exports);
tslib_1.__exportStar(require("./src/generators/setup-tailwind/setup-tailwind"), exports);
tslib_1.__exportStar(require("./src/generators/stories/stories"), exports);
tslib_1.__exportStar(require("./src/generators/storybook-configuration/storybook-configuration"), exports);
tslib_1.__exportStar(require("./src/generators/web-worker/web-worker"), exports);
var cypress_component_configuration_1 = require("./src/generators/cypress-component-configuration/cypress-component-configuration");
Object.defineProperty(exports, "cypressComponentConfiguration", { enumerable: true, get: function () { return cypress_component_configuration_1.cypressComponentConfiguration; } });
tslib_1.__exportStar(require("./src/generators/component-test/component-test"), exports);
tslib_1.__exportStar(require("./src/utils/test-runners"), exports);