export 'ɵcoerceToBoolean' (imported as 'ɵcoerceToBoolean') was not found in '@angular/core'
When i tried to update the project from angular 12 to 13,I got this error on the terminal.
export 'ɵcoerceToBoolean' (imported as 'ɵcoerceToBoolean') was not found in '@angular/core'
When i tried to update the project from angular 12 to 13,I got this error on the terminal.
Probably an issue of mixed versions from upgrade. Remove local version of folder node_modules
and remove package-lock.json
and reinstall using npm i
. If that does not resolve your issue then follow the steps again using upgrade guide: https://update.angular.io/?l=3&v=12.0-13.0