Project

General

Profile

« Previous | Next » 

Revision 50186

worked on the shared tiles component

View differences:

sources-update.component.ts
6 6
})
7 7

  
8 8
export class SourcesUpdateComponent implements OnInit {
9
  title: string = '';
9
  parent_id: string;
10 10

  
11 11
  constructor() {}
12 12

  
13 13
  ngOnInit() {
14
    this.title = 'Choose the Datasource you would like to manage';
14
    this.parent_id = 'sourcesUpdate';
15 15
  }
16 16
}

Also available in: Unified diff