Kernel keymanager service deployment

Hello team, i want to deploy the kernel key manager service on minikube. i am following this github source “GitHub - mosip/keymanager
by following these steps , i am getting issue for the envoyfilter istio
here is .yml file
"
apiVersion: networking.istio.io/v1alpha3
kind: EnvoyFilter
metadata:
name: idle-timeout-inbound-filter
spec:
configPatches:

"
and i am facing an issue like this
error: resource mapping not found for name: “idle-timeout-inbound-filter” namespace: “” from “idle_timeout_envoyfilter.yaml”: no matches for kind “EnvoyFilter” in version “networking.istio.io/v1alpha3
ensure CRDs are installed first

Dear @Dattatray_More ,

Thank you for reaching out, We are looking into your query and one of our expert colleagues will respond to your query here.

Best Regards
Team MOSIP

@Dattatray_More

Is istio ingress controller deployed on your cluster?

By default, we use the istio ingress controller as ingress controller

@syed.salman Yes its deployed. For now issue got resolved, but i am getting an different issue for during performing next step of this process, i am going to run admin-ui on develpoment mode, but i am getting an error for the " ngx7-material-keyboard", its seeem no more angular are supprting for these module and not able to find any suggested module of it, could you please help me into that. either provide me a subsidary for this module, or any link to use this module . i am facing this issue
"
10 import { MatKeyboardModule } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/features/masterdata/masterdata.module.ts:15:35 - error TS2307: Cannot find module ‘ngx7-material-keyboard’.

15 import { MatKeyboardModule } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/features/masterdata/shared/mater-data-common-body/mater-data-common-body.component.ts:21:8 - error TS2307: Cannot find module ‘ngx7-material-keyboard’.

21 } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/features/resources/center/center.module.ts:12:35 - error TS2307: Cannot find module ‘ngx7-material-keyboard’.

12 import { MatKeyboardModule } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/features/resources/center/create/create.component.ts:34:8 - error TS2307: Cannot find module ‘ngx7-material-keyboard’.

34 } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/features/resources/center/edit/edit.component.ts:36:8 - error TS2307: Cannot find module ‘ngx7-material-keyboard’.

36 } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/features/resources/devices/create/create.component.ts:32:8 - error TS2307: Cannot find module ‘ngx7-material-keyboard’.

32 } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/features/resources/devices/devices.module.ts:13:35 - error TS2307: Cannot find module ‘ngx7-material-keyboard’.

13 import { MatKeyboardModule } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/features/resources/machines/create/create.component.ts:35:8 - error TS2307: Cannot find module ‘ngx7-material-keyboard’.

35 } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/features/resources/machines/machines.module.ts:12:35 - error TS2307: Cannot find module ‘ngx7-material-keyboard’.

12 import { MatKeyboardModule } from ‘ngx7-material-keyboard’;
~~~~~~~~~~~~~~~~~~~~~~~~

** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
:information_source: 「wdm」: Failed to compile.

"