has no exported member 'BsModalService'.
Erro Angular 4
I had the same issue and I just installed the module again.
npm install ngx-bootstrap --save
Maybe you have package-lock.json where ngx-bootstrap is locked to some old version?
same issue here and no lock file in project
well,re-check it again.
package-lock.json is not in project folder.
for me on windows it's in user's document folder,and there are several package-lock.json files other places
delete them an re install @next version
and solved the problem.
I'm having the same problem. Already on version 2.0.0-beta.2 and deleted my package-lock.json file, still no luck.
@next version wasn't updated, so it doesn't have BsModalService. We're working on it and probably @next with BsModalService included will be released by the end of this week.
@IlyaSurmay Thank you very much!
Most helpful comment
@next version wasn't updated, so it doesn't have BsModalService. We're working on it and probably @next with BsModalService included will be released by the end of this week.