Ad Reijngoudt

Results 5 issues of Ad Reijngoudt

### Versions ``` Angular CLI: 1.6.0 Node: 8.9.1 OS: darwin x64 Angular: 5.1.0 ... animations, common, compiler, compiler-cli, core, forms ... http, platform-browser, platform-browser-dynamic, router ... service-worker @angular/cdk: 5.0.0 @angular/cli:...

feature
area: devkit/build-angular
devkit/build-angular: i18n
feature: insufficient votes

I have lite-server setup in package.json: ``` "scripts": { "start": "concurrently \"npm run tsc:w\" \"npm run scss:w\" \"npm run lite\" ", "tsc": "tsc --inlineSourceMap --allowSyntheticDefaultImports -outDir .build/js", "tsc:w": "tsc -w...

Angular 6 supports Rxjs 6 out of the box. For ngx-carousel, the rxjs-compat module still needs to be loaded which leads to larger bundles then needs to be.

given this declaration: export interface TypeA { id: string; bTypes: Array; } export interface TypeB { id: string; } the `bTypes`property is rendered as type `any`. ![image](https://user-images.githubusercontent.com/2329587/67755510-9667ac00-fa38-11e9-9eb3-974d2a9d4edb.png)

When I add an image (.jpg) in IPFS, the buffer contains type image/jpeg. When I retrieve it via ipfs.cat, the buffer does not contain the type (it's undefined).