Project

General

Profile

« Previous | Next » 

Revision 60228

[Library | Trunk]: Fix manage on research results

View differences:

manage.component.ts
1 1
import { Component, Input} from '@angular/core';
2 2
import {EnvProperties} from "../properties/env-properties";
3
import {properties} from "../../../../environments/environment";
3 4
@Component({
4 5
    selector: 'manage',
5 6
    template: `
......
20 21
   @Input() communityId:string;
21 22
   @Input() alias: string;
22 23
   @Input() buttonSizeSmall = true;
23
   @Input() properties: EnvProperties;
24
   properties: EnvProperties = properties;
24 25
   constructor() {}
25 26
}

Also available in: Unified diff