11 lines
278 B
JSON
11 lines
278 B
JSON
|
|
{
|
||
|
|
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
||
|
|
"schematics": {
|
||
|
|
"migration-v19": {
|
||
|
|
"version": "19.0.0-0",
|
||
|
|
"description": "Updates Angular Material to v19",
|
||
|
|
"factory": "./ng-update/index_bundled#updateToV19"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|