Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Support abstract properties #173

Closed
dsherret opened this issue Aug 1, 2016 · 0 comments
Closed

Support abstract properties #173

dsherret opened this issue Aug 1, 2016 · 0 comments

Comments

@dsherret
Copy link
Owner

dsherret commented Aug 1, 2016

Example:

abstract class MyClass {
  abstract myAbstractProperty: string;
  abstract get myAccessorAbstractProperty(): string;
  abstract set myAccessorAbstractProperty(value: string);
}

Only supported in TS 2.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant