No; my current experience is:
- form-heavy html (css/basic js) front end
- which submits forms to a somewhat black box proprietary app server - which I'm quite unfamiliar with
- which ultimately calls pl/sql (oracle) stored procedures to perform CRUD and other operations
- the results of which come back through the black box into php-like templates to generate new pages
I have a clear understanding of all the workings described except that black box app server, which is perhaps why I'm asking the wrong(?) questions about Angular...
From what I described above, where would AngularJS sit? What could/should it replace? What can/should it not replace?
Thanks!
-James