localize-router icon indicating copy to clipboard operation
localize-router copied to clipboard

LocalizeParser error Angular 5.2.5

Open johntrigub opened this issue 6 years ago • 3 comments

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?

johntrigub avatar Jul 09 '18 15:07 johntrigub

+1

markelor avatar Aug 12 '18 16:08 markelor

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';

MarcBellmann avatar Oct 03 '18 20:10 MarcBellmann

@johntrigub if you still have this error, can you share some minimal repo with this error?

meeroslav avatar Nov 04 '18 23:11 meeroslav