NullInjectorError: No provider for ContactsStore! - Solved! Angular

preview_player
Показать описание
NullInjectorError: No provider for ContactsStore! - Solved! Angular

@Injectable({
providedIn: 'root'
})
Рекомендации по теме
Комментарии
Автор

I couldn't solve this problem still.

mustafademirel
Автор

hi dude! i have the same problem but i can resolve it with providedIn: 'root', also tried putting the service in providers on app.module, and it doesn't work. Im going crazy i cant find nothing on internet that helps me do you have any idea?

ivansarjanovich