After upgrading from Angular 9 to 10 I get these warnings when I run ng serve:
WARNING: Zone.js does not support native async/await in ES2017.
These blocks are not intercepted by zone.js and will not triggering change detection.
See: https://github.com/angular/zone.js/pull/1140 for more information.
(node:56581) ExperimentalWarning: The fs.promises API is experimental
Anybody know what this means and if it is something I should care about?