ngx-kjua icon indicating copy to clipboard operation
ngx-kjua copied to clipboard

error NG8001: 'ngx-kjua' is not a known element:

Open playground opened this issue 2 years ago • 3 comments

Trying out v2.0 but getting error with Angular v13.0.0

Error: src/app/components/qr-code/qr-code.component.html:4:7 - error NG8001: 'ngx-kjua' is not a known element:

  1. If 'ngx-kjua' is an Angular component, then verify that it is part of this module.
  2. If 'ngx-kjua' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

4 <ngx-kjua ~~~~~~~~~ 5 [renderAsync]="true" ~~~~~~~~~~~~~~~~~~~~~~~~~~ ... 13 [size]="size" ~~~~~~~~~~~~~~~~~~~ 14 >

playground avatar Mar 05 '22 22:03 playground

Can you please test with 2.0.1

werthdavid avatar Mar 22 '22 12:03 werthdavid

@playground Should be fixed, can you try it?

rbalet avatar Sep 09 '22 11:09 rbalet

Thank you, will give it a try.

playground avatar Sep 09 '22 12:09 playground