Skip to content
Snippets Groups Projects
Commit 2956ef21 authored by Fabien Forestier's avatar Fabien Forestier
Browse files

Change metadata to IMetadata in metadata.service.ts

parent e6822b57
1 merge request!2Feature display single metadata
...@@ -26,7 +26,7 @@ export class MetadataService { ...@@ -26,7 +26,7 @@ export class MetadataService {
// return Observable.of(a); // return Observable.of(a);
} }
getMetadataById(id: number | string): Observable<Metadata> { getMetadataById(id: number | string): Observable<IMetadata> {
const metadata = { const metadata = {
'_index' : '16a9a65.meta', '_index' : '16a9a65.meta',
'_type' : '16a9a65.meta', '_type' : '16a9a65.meta',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment