donax3l

Results 4 comments of donax3l

Hi, thank you! It's great the opportunity to add Angular Component inside FOrmio schemas. I've tried to define a custom component that extends "NestedComponent" with this import: "import { NestedComponent...

> Try this: > > ```js > import { Components } from 'angular-formio'; > > const NestedComponent = Components.components.nested; > ``` > > And extend `NestedComponent`. Hi, thank you, this...

Thank you @merobal for your helpful example in the "angular-formio-custom-demo" project. In the new new version of Formio how am i supposed to instantiate elements inside the "components" attribute? In...