After migrating application from angular 5 to 6, on running ng serve the following errors pop up.
Schema validation failed with the following errors:
my app is on angular 7.2.3
remove "es5BrowserSupport": true from angular.json. and npm start now works.