Allow enter key to toggle items in filtered list if single item remains

This commit is contained in:
Michael Shamoon
2020-12-11 01:40:42 -08:00
parent 0b4c860354
commit a37796d0cf
4 changed files with 13 additions and 9 deletions

View File

@@ -112,7 +112,8 @@ import { FilterPipe } from './pipes/filter.pipe';
provide: HTTP_INTERCEPTORS,
useClass: CsrfInterceptor,
multi: true
}
},
FilterPipe
],
bootstrap: [AppComponent]
})