UNPKG

@nrwl/schematics

Version:

Extensible Dev Tools for Monorepos: Schematics

8 lines (7 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schematics_1 = require("@angular-devkit/schematics"); function default_1(schema) { return schematics_1.externalSchematic('@nrwl/workspace', 'ng-add', schema); } exports.default = default_1;