-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
chore(lint): add tslint(ng2lint) Invalid type on EventEmitter. #309
Comments
Angular 2 version? |
No I'm getting this on beta9 too, see https://gitlab.com/creator-makerspace/gatekeeper-ui for more info. |
OK, I will pull and check what is happening |
Apparantly it's a tslint error : ) Endre 2016-03-22 20:03 GMT+01:00 Dmitriy Shekhovtsov notifications@github.com:
|
Common dude! I have digged it al over for an issue! :) |
@valorkin you can try to grab my app if you can and see if you get the same error ? |
+1 |
1 similar comment
+1 |
should not be an issue now, because npm package contain ts files in special folder |
Failed to lint: 50 errors. (749 other errors not shown.) |
fix(lint): enable tslint and codelyzer (fixes #309)
ERROR in ./~/ng2-bootstrap/components/alert/alert.component.ts
(25,3): error TS2322: Type 'EventEmitter<{}>' is not assignable to type 'EventEmitter'.
Type '{}' is not assignable to type 'Alert'.
Property 'type' is missing in type '{}'.
The text was updated successfully, but these errors were encountered: