UNPKG

@nx/angular

Version:

The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypre

7 lines (6 loc) 503 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withModuleFederationForSSR = exports.withModuleFederation = void 0; const angular_1 = require("@nx/module-federation/angular"); Object.defineProperty(exports, "withModuleFederation", { enumerable: true, get: function () { return angular_1.withModuleFederation; } }); Object.defineProperty(exports, "withModuleFederationForSSR", { enumerable: true, get: function () { return angular_1.withModuleFederationForSSR; } });