Project

General

Profile

« Previous | Next » 

Revision 50977

finalized sources register and update

View differences:

my-group.interface.ts
27 27

  
28 28
  @Input() public data : any = null;
29 29

  
30
  @Input() public otherData: any[];
30
  @Input() public otherData: any;
31 31

  
32 32
  public patchData : Subject<any> = new Subject();
33 33

  

Also available in: Unified diff