#After upgrading to v17.3.8 router is throwing error.

5 messages · Page 1 of 1 (latest)

last jolt
#

import {
provideRouter,
withComponentInputBinding,
withInMemoryScrolling,
withViewTransitions,
} from '@angular/router';

Where is withComponentInputBinding, withInMemoryScrolling, withViewTransitions,
throwing Module '"@angular/router"' has no exported member
How to solve it?

ripe quiver
#

You probably forgot to run npm install. Do that, then run ng serve, and if it doesn't compile, post the exact and complete error message you get.

last jolt
ripe quiver
#

Then restart VSCode.

last jolt