Skip to content

Commit f0cf5bf

Browse files
authored
Merge pull request #361 from NativeScript/tsonevn_tslint_error_fix
fixing tslint error in http-get-services.ts
2 parents cec3355 + b5399e6 commit f0cf5bf

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)