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

12 lines (11 loc) 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getNgPackagrVersionInfo = getNgPackagrVersionInfo; const angular_version_utils_1 = require("../angular-version-utils"); let ngPackagrVersionInfo; function getNgPackagrVersionInfo() { if (!ngPackagrVersionInfo) { ngPackagrVersionInfo = (0, angular_version_utils_1.getInstalledPackageVersionInfo)('ng-packagr'); } return ngPackagrVersionInfo; }