UNPKG

ng-alain

Version:

Schematics specific to NG-ALAIN

16 lines (15 loc) 467 B
{ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "migration-v21": { "version": "21", "description": "Updates NG-ALAIN to v21 [https://github.com/ng-alain/ng-alain/issues/2589]", "factory": "./ng-update/index#updateToV21" }, "ng-post-update": { "description": "Performs cleanup after ng-update.", "factory": "./ng-update/index#postUpdate", "private": true } } }