| 12345678910 |
- {
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
- "schematics": {
- "migration-v16": {
- "version": "16.0.0-0",
- "description": "Updates the Angular Material to v16",
- "factory": "./ng-update/index_bundled#updateToV16"
- }
- }
- }
|