Skip to content

Commit ed48ef6

Browse files
committed
fix after rebase
1 parent 53f8bd0 commit ed48ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/src/lib/app-config/app-config.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
import { HttpClient } from '@angular/common/http';
19-
import { Injectable } from '@angular/core';
19+
import { inject, Injectable } from '@angular/core';
2020
import { ObjectUtils } from '../common/utils/object-utils';
2121
import { Observable, ReplaySubject } from 'rxjs';
2222
import { map, distinctUntilChanged, take } from 'rxjs/operators';

0 commit comments

Comments
 (0)