@nswhp/golden-path
Version:
Generate all the recommended golden paths
9 lines (8 loc) • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.angularActions = void 0;
const angular_template_1 = require("../templates/angular/angular.template");
async function angularActions() {
return (0, angular_template_1.angularTemplate)();
}
exports.angularActions = angularActions;