Blacked and isorted the python files
Prettied and eslinted the typescript/html files
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { DataSource} from '@angular/cdk/collections';
|
||||
import { Observable, of as observableOf} from 'rxjs';
|
||||
import { Device} from '../../core/device';
|
||||
import { DataSource } from '@angular/cdk/collections';
|
||||
import { Observable, of as observableOf } from 'rxjs';
|
||||
|
||||
import { Device } from '../../core/device';
|
||||
|
||||
export class DeviceListDataSource extends DataSource<Device> {
|
||||
|
||||
constructor(public data: Device[]) {
|
||||
super();
|
||||
}
|
||||
@ -12,6 +12,5 @@ export class DeviceListDataSource extends DataSource<Device> {
|
||||
return observableOf(this.data);
|
||||
}
|
||||
|
||||
disconnect() {
|
||||
}
|
||||
disconnect() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user