-downloads
-subscribe project
This commit is contained in:
@@ -12,6 +12,7 @@ import { Router } from '@angular/router';
|
||||
styleUrl: './main-manager.component.css'
|
||||
})
|
||||
export class MainManagerComponent implements OnInit {
|
||||
@Output() documentDownload = new EventEmitter<any>();
|
||||
|
||||
mode: string = 'i';
|
||||
|
||||
@@ -60,6 +61,10 @@ export class MainManagerComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
OnDocumentDownload(prjseq: number){
|
||||
this.documentDownload.emit(prjseq);
|
||||
}
|
||||
setupFormControl(){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user