Skip to content

Commit b5399e6

Browse files
committed
fixing tslint erorr in http-get-services.ts
1 parent cec3355 commit b5399e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ng-framework-modules-category/http/http-get/http-get.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { HttpClient, HttpHeaders } from "@angular/common/http";
66
// Instead of providers array you can use provideIn
77
// Learn more https://angular.io/guide/providers
88
// {
9-
// providedIn: "root"
9+
// providedIn: "root"
1010
// }
1111
)
1212
export class MyHttpGetService {

0 commit comments

Comments
 (0)