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!
Hello,
I've followed your instruction but i've faced some issues.
I'm working on a lazy loading page, so i've imported
AutoCompleteModuleon mylazypage.module.tsfile. Then i importedCompleteTestServiceon mylazypage.tsfile.I'm getting the following error:
My CompleteTestService file looks like the one you provided in the instruction page.
Any help will be appreciated!