var products:Array<Product> = [] for (var x in this.props.products) { products.push(this.props.products[x]) }