Used for questions that relate to features or technical changes introduced in TypeScript 1.5
I'm creating a class in typescript that has a property that is an ES6 (ECMAscript 2016) Map like so: class Item { …
javascript typescript typescript1.5I am developing a test application in angular 2 and I'm stuck with a problem of adding classes based on list …
typescript angular typescript1.5Thanks for your patience here, I'm just starting out with TypeScript. I'm working on an angular 2 app that needs to …
typescript angular typescript1.5I'm using TypeScript 1.5 beta, and I'm trying to export an interface as the default export. The following code causes an …
typescript typescript1.5Using VS 2013. After having installed TypeScript 1.5 and following the question/suggestion to upgrade: "Your project uses a version of TypeScript …
typescript typescript1.5I am having the following problem running the below versions of JSPM with Angular2 and SystemJS (Versions: [email protected] with …
angular typescript1.5 jspm systemjsIn Typescript, I use this pattern often: class Vegetable { constructor(public id: number, public name: string) { } } var vegetable_array = new …
javascript linq typescript typescript1.5How do I disable the following error in VS2015? TS1219 Experimental support for decorators is a feature that is subject …
visual-studio-2015 angular typescript1.5Using electron in combination with Angular2, Typescript and Electron I am try to find out how to use a node …
node.js typescript angular electron typescript1.5In VSCode, I get the error: "Experimental support for decorators is a feature that is subject to change in a …
visual-studio-code typescript1.5