Max
Max
Calling `ReqWatchList` produces exceptions: ``` Unhandled exception. [System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to...
Could you provide example for overriding `SerializeData`? I can't figure out because all constructors are private.
In the source code we have the following code: ``` @Input() public set active(selectedItems:Array) { if (!selectedItems || selectedItems.length === 0) { this._active = []; } else { let areItemsStrings...
I think this control doesn't have one important feature. It's a resize columns.
Related to #204 I have tried the following template for adding custom attributes: ``` Custom v/th> ``` But I don't see my `test` attribute.
I have code: ``` js $scope.init = { count: ENV.pageSize, page: 1, sortBy: 'Name', sortOrder: 'dsc', listItemsPerPage: [60, 120, 180, 250] }; $scope.loadData = function (params, paramsObj) { return $scope.getData(paramsObj).then(function...
**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] support request/question Notice: feature requests...
**Is your feature request related to a problem? Please describe.** Sometimes request to `/v2/ticks/stocks/nbbo/{ticker}/{date}` returns 404 and the following response: > { > "error":"Unknown database error ( Error Code: 001...
**URL** https://api.polygon.io/v2/reference/tickers/AAPL **Result** Polygon returns 404 **Expected Result** Polygon should return details for this ticker. **Desktop (please complete the following information):** - OS: Windows 10 - Browser: Chrome - Version:...
**Describe the bug** Wrong PROPERTIES description for /v2/reference/tickers. The response contains `ticker` property, but in the PROPERTIES section contains `symbol`. Moreover, not all fields are described. **To Reproduce** Steps to...