UNPKG

@nrwl/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, and Cypress. - Gen

7 lines (6 loc) 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.readFirst = exports.readAll = void 0; var testing_1 = require("@nx/angular/testing"); Object.defineProperty(exports, "readAll", { enumerable: true, get: function () { return testing_1.readAll; } }); Object.defineProperty(exports, "readFirst", { enumerable: true, get: function () { return testing_1.readFirst; } });