We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using tsc v1.1.0-1 we get an error when compiling : error TS2323: Type 'Timer' is not assignable to type 'number'.
the following code throws the compile error:
this.sTimeout = setTimeout( () => this.showDelay() , 250 );
sTimeout is defined as a number ( private var ) .