npm update

This commit is contained in:
2019-08-04 14:53:15 +02:00
parent 3186564f00
commit 62345c5d16
4 changed files with 1218 additions and 1416 deletions

View File

@@ -1,5 +1,5 @@
import {HttpClient} from '@angular/common/http';
import {FileType} from './../models/files-types.model.ts';
import {FileType} from '../models/files-types.model.ts';
import {Injectable} from '@angular/core';
import {ODataService} from 'odata-v4-ng';
import {OdataService} from './odata.service';