We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82898be commit c466689Copy full SHA for c466689
frontend/src/app/services/news.service.ts
@@ -1,11 +1,11 @@
1
-import { Injectable } from '@angular/core';
2
-import { HttpClient } from '@angular/common/http';
+import { Injectable } from '@angular/core'
+import { HttpClient } from '@angular/common/http'
3
4
-import { News } from '../models/new.model';
+import { News } from '../models/new.model'
5
import { Usero } from '../models/usero.model'
6
-import { catchError, Observable, throwError } from 'rxjs';
+import { catchError, Observable, throwError } from 'rxjs'
7
8
-const URL = '/api/news/';
+const URL = '/api/news/'
9
10
@Injectable({ providedIn: 'root' })
11
export class NewsService {
0 commit comments