I am trying to mock **VrskModalService **used in this component. But I am failing to mock it by providing in TestBed.configureTestingModule providers. In this component, I noticed VrskModalService is provided in its decorator not through module.
Component to test
Angular version is 7
I tried this
New contributor
Akhilesh Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.