Is i possible to fetch and load the elements on demand from an http resource?
My goal is to have one Angular application, which i don't have to build each time when a new Form/Component/Element is needed.
The urls to the Elements are store in a Database(and maybe also to element code).
Each time a new Element was created, i publish it to an http resource and add the url to the Database.
In the Angular Application i can select an item from the list, and this item will be fetched, loaded und displayed...
Is such a Scenario possible???
Hi!
Is i possible to fetch and load the elements on demand from an http resource? My goal is to have one Angular application, which i don't have to build each time when a new Form/Component/Element is needed. The urls to the Elements are store in a Database(and maybe also to element code). Each time a new Element was created, i publish it to an http resource and add the url to the Database. In the Angular Application i can select an item from the list, and this item will be fetched, loaded und displayed... Is such a Scenario possible???
Br Bernhard