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 48e6e65 commit 6407f48Copy full SHA for 6407f48
projects/ngx-restangular/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-restangular",
3
- "version": "6.0.0-rc.1",
+ "version": "6.0.0",
4
"description": "ngx-restangular",
5
"repository": {
6
"type": "git",
projects/ngx-restangular/tsconfig.lib.json
@@ -24,7 +24,8 @@
24
"fullTemplateTypeCheck": true,
25
"strictInjectionParameters": true,
26
"flatModuleId": "AUTOGENERATED",
27
- "flatModuleOutFile": "AUTOGENERATED"
+ "flatModuleOutFile": "AUTOGENERATED",
28
+ "enableIvy": false
29
},
30
"exclude": [
31
"src/test.ts",
0 commit comments