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

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 'path' of class 'BaseModel'"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language