📜  类“BaseModel”的参数“路径”没有合适的注入令牌 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:28.981000             🧑  作者: Mango

代码示例1
Update the Constructor

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

constructor(@Inject(String) private url: string, private http: Http)