Skip to content

Commit dd6d14f

Browse files
committed
fix: Add missing tslib dependency for TypeScript decorators
- Add tslib@^2.6.0 to dependencies in package.json - tslib is required for TypeScript decorators like @component - Resolves 'module tslib cannot be found' error - Critical runtime library for Angular decorators - Fixes TypeScript compilation in Docker build
1 parent 33a8414 commit dd6d14f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/basicauthentication/ui.resources/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@angular/platform-browser-dynamic": "^17.0.0",
2525
"@angular/router": "^17.0.0",
2626
"rxjs": "^7.8.0",
27+
"tslib": "^2.6.0",
2728
"zone.js": "^0.14.0"
2829
},
2930
"devDependencies": {

0 commit comments

Comments
 (0)