src/app/submissions/submissions.component.ts
Function ngOnInit
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
ngOnInit() {
this.setMode();
this.onFilterChange(this.route.snapshot.paramMap.get('type') || 'exam', 'type');
if (this.mode === 'survey') {
this.onFilterChange('survey', 'type');