mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
solved lint issues, added typedoc, fixed lgtm warnings
This commit is contained in:
@@ -24,7 +24,13 @@ const SCRIPT_QUERY_PARAMETER = 'script';
|
||||
deps: [[new Optional(), NgForm]] } ]
|
||||
})
|
||||
export class ScriptsSelectComponent implements OnInit, OnDestroy {
|
||||
/**
|
||||
* Emits the selected script when the selection changes
|
||||
*/
|
||||
@Output() select: EventEmitter<Script> = new EventEmitter<Script>();
|
||||
/**
|
||||
* All available scripts
|
||||
*/
|
||||
scripts$: Observable<Script[]>;
|
||||
private _selectedScript: Script;
|
||||
private routeSub: Subscription;
|
||||
|
Reference in New Issue
Block a user