You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it doesn't build automatically, download and build
Result
Error: src/app/how-to/reactive-forms/reactive-forms.component.html:84:18
- error NG8001: 'igx-card' is not a known element:
1. If 'igx-card' is an Angular component, then verify that it is part of this module.
2. If 'igx-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas'
of this component to suppress this message.
Error: src/app/how-to/reactive-forms/reactive-forms.component.html:66:21 - error NG8001: 'igx-radio' is not a known element:
1. If 'igx-radio' is an Angular component, then verify that it is part of this module.
2. If 'igx-radio' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Expected result
Compiles, runs and works
Consider migrating it to standalone component.
The text was updated successfully, but these errors were encountered:
Description
Reactive Forms sample doesn't compile
src/app/how-to/reactive-forms/reactive-forms.component.html
Steps to reproduce
Result
Expected result
Compiles, runs and works
Consider migrating it to standalone component.
The text was updated successfully, but these errors were encountered: