tslint Questions
1
Solved
As the title states I get the following TSLint error:
'$http' cannot be declared in the constructor
I couldn't find anything related to this error on the internet.
Here's my code:
module My...
Upandcoming asked 5/5, 2015 at 9:14
3
Solved
Running tslint on my code I get this error:
expected variableDeclarator: 'getCode' to have a typedef.
for a TypeScript file:
export var getCode = function (param: string): string {
// ...
};
...
Mun asked 30/10, 2014 at 13:44
© 2022 - 2024 — McMap. All rights reserved.