Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91990851
ontology-properties.component.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 16, 10:41
Size
579 B
Mime Type
text/x-java
Expires
Mon, Nov 18, 10:41 (2 d)
Engine
blob
Format
Raw Data
Handle
22342562
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
ontology-properties.component.ts
View Options
import { Component, Input, OnInit } from '@angular/core';
import { OntologyQueryService } from './ontology-query.service';
import { OntologyRetriever } from './ontology-retriever';
@Component({
selector: 'ontology-properties',
template: `<ontology-display *ngIf="dataMappings.length > 0" [dataMappings]="dataMappings | sortSubjectsAlpha"></ontology-display>`,
styleUrls: []
})
export class OntologyPropertiesComponent extends OntologyRetriever {
@Input() query: string;
constructor(protected queryService: OntologyQueryService) {
super(queryService);
}
}
Event Timeline
Log In to Comment