Skip to content

Commit 1caf708

Browse files
alan-agius4filipesilva
authored andcommitted
feat(@angular-devkit/build-ng-packagr): update ng-packagr to version 4
1 parent 10eb83d commit 1caf708

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/angular_devkit/build_ng_packagr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"rxjs": "^6.0.0"
1515
},
1616
"peerDependencies": {
17-
"ng-packagr": "^2.2.0 || ^3.0.0 || ^4.0.0-rc.0"
17+
"ng-packagr": "^2.2.0 || ^3.0.0 || ^4.0.0"
1818
}
1919
}

tests/angular_devkit/build_ng_packagr/ng-packaged/projects/lib/tsconfig.lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"fullTemplateTypeCheck": true,
2222
"strictInjectionParameters": true,
2323
"flatModuleId": "AUTOGENERATED",
24-
"flatModuleOutFile": "AUTOGENERATED"
24+
"flatModuleOutFile": "AUTOGENERATED",
25+
"enableResourceInlining": true
2526
},
2627
"exclude": [
2728
"src/test.ts",

0 commit comments

Comments
 (0)