manfredsteyer / angular-elements-dashboard

Dynamic Dashboard with Angular Elements and Web Components
https://www.softwarearchitekt.at
194 stars 94 forks source link

Fetch elements via http request #3

Closed windischb closed 5 years ago

windischb commented 5 years ago

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

windischb commented 5 years ago

I think i found the answer to my question in one of your Videos... https://www.youtube.com/watch?v=eZ91bip6qm4

Thanks!