i am using sublime text 3 for Meteor and Angular2 applications. Whenever i type anything it does not check for any syntax error. It used to do that but now after upgrade it has stopped. Example of error:
class A implements OnInit{
sdfsfdd(){
}
Does not say that class A should implement ngOnInit method. I left an open curly brace for method - no error.
I do not remember exactly what i did when i installed ST3 initially to check all these errors. Please help.