Results 6 issues of adamlubek

this code in module.ts, once imported into Angular CLI based app works fine: ``` export class LibService {} export function libProvider() { return LibService; } @NgModule({ imports: [ CommonModule ],...

Hi, I have following content stored in a collection: ![arango](https://cloud.githubusercontent.com/assets/8349742/15016509/66340eae-1209-11e6-8cf3-7d11ca6c10b1.PNG) Then, I do ` db.Collection(Rule.RULES_COLLECTION_NAME) .All() .ToList() ` (JObject comes from ArangoDB.Client.Common.Newtonsoft.Json.Linq) which returns: ![code](https://cloud.githubusercontent.com/assets/8349742/15016515/6cbe85d8-1209-11e6-8b1f-011c5597b6b4.jpg) which is not a valid...

hey, we are trying to use library with OData WebApi controllers. It partially works for some of the OData query options but some are throwing exceptions. Let's say we have...

feature

### This is a... * [x ] bug report ### What toolchain are you using for transpilation/bundling? * [x] angular/cli ### Environment NodeJS Version: 6.9.5 Typescript Version: see sample repo...

### This is a... * [x] usage question ### What toolchain are you using for transpilation/bundling? * [x] angular/cli I've got 2 questions regarding fractal store setup: **1.** Fractal store...

question

your demo app doesn't work in IE11: tried both: cloning source code -> cd angular-cli -> npm install -> npm start -> getting: ![2018-02-26 14_02_39-ag-grid angular-cli examples - internet explorer](https://user-images.githubusercontent.com/8349742/36674406-e10db0ae-1afd-11e8-9061-fe8f7348745a.png)...