organize services into services folder
This commit is contained in:
@@ -5,7 +5,7 @@ import { MatSort } from '@angular/material/sort';
|
||||
import { map } from 'rxjs/operators';
|
||||
import { Observable, of as observableOf, merge, Subject } from 'rxjs';
|
||||
import { Device } from '../../device';
|
||||
import { SystemConfigService } from '../../system-config.service';
|
||||
import { SystemConfigService } from '../../services/system-config.service';
|
||||
|
||||
/**
|
||||
* Data source for the DeviceList view. This class should
|
||||
|
||||
Reference in New Issue
Block a user