Laffery commented on code in PR #25997:
URL: https://github.com/apache/flink/pull/25997#discussion_r1918726475
##########
flink-runtime-web/web-dashboard/angular.json:
##########
@@ -41,7 +41,7 @@
"outputPath": "web",
"index": "src/index.html",
"main": "src/main.ts",
- "polyfills": "src/polyfills.ts",
+ "polyfills": ["zone.js"],
Review Comment:
hi @davidradl , thanks for your review!
This change is an equivalent replacement.
Since angular v17, the polyfills option can be simply set to `zone.js` if
the duty of polyfills.ts is just to importing `zone.js`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]