angular
angular copied to clipboard
Using with Angular Material
We are using Angular Material (Angular 17) and need dynamic forms generation. Form.io looks exactely like what we need. We are a little worried about the look and feel of the generated forms though.
We noticed there is a deprecated project for using form.io with Angular Material here: https://github.com/formio/angular-material. This looks like what we really want, but...
It the Material design supported out of the box with this project, or do we have to build all the custom templates ourselves to get the right look and feel?
If all components are rendered using Angular Material, is there a requirement to use a custom CSS framework with Form.io, because we do not really have any need for that right now using Angular Material and Flexbox.