framework7
framework7 copied to clipboard
Support For Framework AngularJS 1.x Or Latest
Is your feature request related to a problem? Please describe.
Currently there are no offcial port to AngularJS 1.x or later. There are a lot of developers like me who have written a wrapper to get around this issue . Need support for polular frmaework like AngularJS 1.x. Cannot invest further time to reinvent the wheel and learn each time a new MVC Framework to get the work going. Based on AngularJS 1.X it would be easy to work .
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Need port to AngularJS 1.x
Describe the solution you'd like already written https://www.githhub.com/siddmegadeth/ng7 to work with Framework7 V1. But need offcial port to of framework7 V2 to AngularJS 1.x.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context NONE
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Need binding for AngularJS 1.x. Framework Ver2.0 shoud support AngularJS 1.x . This is a request. A lot of us have not switched to latest Angular . Reason are as we are fine with current app performance . However would love to have new Framework7 V2 having binding or some support for AngularJS 1.x
As said #2955 :
No chances until Angular will have JSX-compatible/compilable template syntax
it can be done using Framework7 plugins extended support without need of JSX.
uhm why JSX is a requirement? i got it working by just using the core doc: <div class="...."/>.
The problem is that in "routes" i wish to have a "component" properties, just like in React bindings, that will allow me to use a new angular component