-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Question: Is it possible to extend Changeset class ? #178
Comments
The addon exports the class which is an ember object that you can extend on. Extend API Guide |
Thanks alot for explanation I found myself yesterday. I would also suggest to include this info in readme, because export of Btw: why the original ember class is wrapped to classic js constructor function exported by default - is it to make original class semi-private or the reason is e.g typescript compat. |
The example in that Twiddle doesn't actually work. If you use that method, then the changeset's Is that intentional? Does it need to be that way? |
We should ensure this works with 3.0.0.... |
This is now documented in the README! |
I am looking into possibility to add custom computed properties on changeset. Is it possible to extend Changeset class?
Thanks in advance.
The text was updated successfully, but these errors were encountered: