localize-router
localize-router copied to clipboard
LocalizeParser error Angular 5.2.5
ERROR Error: StaticInjectorError(ChankyaAppModule)[LocalizeRouterService -> LocalizeParser]: StaticInjectorError(Platform: core)[LocalizeRouterService -> LocalizeParser]: NullInjectorError: No provider for LocalizeParser!
I'm knocking out here such an error in aps.components.ts.
Who knows what might be the problem?
+1
it was pretty easy for me to fix this. only the Location import in my app.module.ts was missing:
import {Location} from '@angular/common';
@johntrigub if you still have this error, can you share some minimal repo with this error?