@o3r/artifactory-tools
Version:
Various artifactory tools
12 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ngAdd = ngAdd;
const schematics_1 = require("@angular-devkit/schematics");
/**
* Add Otter artifactory-tools to an Angular Project
*/
function ngAdd() {
/* ng add rules */
return (0, schematics_1.noop)();
}
//# sourceMappingURL=index.js.map