Open WuglyakBolgoink opened 3 months ago
https://github.com/alifleisch/TravelPlan/blob/17d31be8a0bfce828d2c1db338acd98caa4cde4b/src/app/services/trip.service.ts#L10
this.#http
is:
constructor(private http: HttpClient) { }
should:
#http = inject(HttpClient); constructor() { } // todo: delete this line
@WuglyakBolgoink could you provide a link to the best practice guidelines you are following?
https://github.com/alifleisch/TravelPlan/blob/17d31be8a0bfce828d2c1db338acd98caa4cde4b/src/app/services/trip.service.ts#L10
this.#http
is:
should: