Answers for "no suitable injection token for parameter 'url' of class 'dataservice"

2

No suitable injection token for parameter 'path' of class 'BaseModel'

Update the Constructor

//import { Inject } from '@angular/core';

constructor(@Inject(String) private url: string, private http: Http)
Posted by: Guest on July-15-2020

Code answers related to "no suitable injection token for parameter 'url' of class 'dataservice"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language