mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
re-commit revice cz Lint 2
This commit is contained in:
parent
d07d68e0a1
commit
288617fdcf
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import {Injectable} from '@angular/core';
|
|||
import {HttpClient} from '@angular/common/http';
|
||||
import {Observable, throwError} from 'rxjs';
|
||||
import {map, catchError} from 'rxjs/operators';
|
||||
import {HttpErrorResponse, HttpHeaders} from '@angular/common/http';
|
||||
import {HttpErrorResponse} from '@angular/common/http';
|
||||
import { PromotionList } from '../../@core/data/promotion';
|
||||
|
||||
@Injectable({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue