-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Hello,
I've followed your instruction but i've faced some issues.
I'm working on a lazy loading page, so i've imported AutoCompleteModule on my lazypage.module.ts file. Then i imported CompleteTestService on my lazypage.ts file.
I'm getting the following error:
Uncaught (in promise): Error: StaticInjectorError(AppModule)[LazyPage -> CompleteTestService]:
StaticInjectorError(Platform: core)[LazyPage -> CompleteTestService]:
NullInjectorError: No provider for CompleteTestService!
Error: StaticInjectorError(AppModule)[LazyPage -> CompleteTestService]:
StaticInjectorError(Platform: core)[LazyPage -> CompleteTestService]:
NullInjectorError: No provider for CompleteTestService!
My CompleteTestService file looks like the one you provided in the instruction page.
Any help will be appreciated!