ngx-schema-form icon indicating copy to clipboard operation
ngx-schema-form copied to clipboard

VS Code is reporting error

Open abhishekgoenka opened this issue 7 years ago • 2 comments

VS Code is reporting following error.

[Angular] 'sf-form' is not a known element:

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

[Angular] Can't bind to 'schema' since it isn't a known property of 'sf-form'.

  1. If 'sf-form' is an Angular component and it has 'schema' input, then verify that it is part of this module.
  2. If 'sf-form' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

abhishekgoenka avatar Jan 09 '18 06:01 abhishekgoenka

@abhishekgoenka Did you find the solution? i have the same problem.

zaissat avatar Jan 09 '19 13:01 zaissat

No. I dropped ngx-schema-form from our project.

abhishekgoenka avatar Jan 11 '19 01:01 abhishekgoenka