-
Notifications
You must be signed in to change notification settings - Fork 59
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
Use higher-level classes #91
Comments
import Component from '...';
import Disposable from '...';
class MyDisposable extends Disposable(Component) {
// …
} |
Which one are you suggesting? |
The first one is the definition the second one how you use it. |
This issue was moved to #13 |
This was moved back |
Close for inactivity :) |
jbalsas
added a commit
that referenced
this issue
Jan 18, 2018
Regen package-lock.json file (updates electric-marble-components)
jbalsas
added a commit
that referenced
this issue
Jan 18, 2018
Merge pull request #91 from Robert-Frampton/portal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: