angularjs - Implement React code in Angular feasibility questions -


i have app written in react i'm considering moving angular. when started designing same functionality in angular got stuck thought got messy, maybe i’m missing since don’t know angular. can describe if i’m trying achieve easy , can done in tidy way in angular?

i have asynchronously loaded combo boxes, depending on state show/hide different buttons.

the combo box options depend on inputs 1 or more other asynchronously loaded combo boxes , other forms of data.

asyncronously loaded combo boxes , dependencies

on page, asynchronously loaded combo boxes provide views available user, , views have input options.

overall view

basically there lot of interconnected components.

then when every input gathered subviews , other combo boxes it’s sent server , results come asynchronously.

is there neat , tidy way of doing above in angular?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -