Fully working with the rule no explicit any
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { Component, ElementRef, OnInit, ViewChild } from '@angular/core';
|
||||
import { AbstractControl, FormArray, FormBuilder, FormGroup } from '@angular/forms';
|
||||
import { MatDialog } from '@angular/material/dialog';
|
||||
import { MatSelectChange } from '@angular/material/select';
|
||||
import { ActivatedRoute, Router } from '@angular/router';
|
||||
import { BehaviorSubject } from 'rxjs';
|
||||
import { map } from 'rxjs/operators';
|
||||
@ -127,7 +128,7 @@ export class SectionPrinterComponent implements OnInit {
|
||||
return this.list;
|
||||
}
|
||||
|
||||
show(val: any) {
|
||||
show(val: MatSelectChange) {
|
||||
this.router.navigate(['/section-printers', val.value]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user