-
Notifications
You must be signed in to change notification settings - Fork 17
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
Property 'includes' does not exist on type 'string[]' #2
Comments
Bump, same here. |
What version of typescript are you using @emcniece ? |
I think, with typescript 2.0 everything should be ok microsoft/TypeScript#2340 |
Typescript 2.0.3. package.json:
tsconfig.json:
tslint.json:
|
+1 Typescript 2.0.2 |
fixed in new version 0.1.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to use this within an Ionic 2 app (Typescript, Angular 2).
Error dump:
app.ts:
Any ideas?
The text was updated successfully, but these errors were encountered: