We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b499fc commit ba3bd42Copy full SHA for ba3bd42
libs/plugin/migrations.json
@@ -3,14 +3,14 @@
3
"migrate-to-ngxtension": {
4
"version": "2.0.0-beta.30",
5
"description": "Migrate some APIs to ngxtension",
6
- "implementation": "./src/migrations/migrate-to-ngxtension/migrate-to-ngxtension"
+ "factory": "./src/migrations/migrate-to-ngxtension/migrate-to-ngxtension"
7
}
8
},
9
"schematics": {
10
11
12
13
- "implementation": "./src/migrations/migrate-to-ngxtension/compat"
+ "factory": "./src/migrations/migrate-to-ngxtension/compat"
14
15
16
0 commit comments