adamlubek
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:  Then, I do ` db.Collection(Rule.RULES_COLLECTION_NAME) .All() .ToList() ` (JObject comes from ArangoDB.Client.Common.Newtonsoft.Json.Linq) which returns:  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...
### 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...
your demo app doesn't work in IE11: tried both: cloning source code -> cd angular-cli -> npm install -> npm start -> getting: ...
Hey Brian! blast from the past hahaha! Hope you're well? I'm dipping my toes back into RxJs, here's another wee game, I hope you're still maintaining learnrxjs.io :) I think...