ng-alain
Version:
Schematics specific to ng-alain
16 lines (15 loc) • 467 B
JSON
{
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"migration-v19": {
"version": "19",
"description": "Updates NG-ALAIN to v19 [https://github.com/ng-alain/ng-alain/issues/2547]",
"factory": "./ng-update/index#updateToV19"
},
"ng-post-update": {
"description": "Performs cleanup after ng-update.",
"factory": "./ng-update/index#postUpdate",
"private": true
}
}
}