Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
) {}
ngOnInit() {
- let searchTypeParam = this.route.snapshot.paramMap.get('searchtype');
+ const searchTypeParam = this.route.snapshot.paramMap.get('searchtype');
if (searchTypeParam) {
if (this.validSearchTypes.includes(searchTypeParam)) {
import {NgModule} from '@angular/core';
import {StaffCommonModule} from '@eg/staff/common.module';
-import {AcqSearchRoutingModule} from './routing.module'
+import {AcqSearchRoutingModule} from './routing.module';
import {AcqSearchComponent} from './acq-search.component';
@NgModule({