Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Angular two way bindings #5

Merged
merged 4 commits into from
Jan 20, 2023

Conversation

mclaughlinconnor
Copy link

Adds support for the missing [(twowaybinding)] Angular syntax.

Adding special cases like this is not a good way of doing this. What happens when someone uses this project with a new web framework using {binding} syntax?

I've also just duplicated the regex with a tiny change. All of the regexes need to be standardised because there are too many special cases.

This is good enough until I figure out how I want to do this properly though

@zealot128 zealot128 merged commit 26f6ac8 into zealot128:master Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants