-
tsconfig.json
```
{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"…
-
With version `0.4.x` `package.json`'s field `main` points to the right file! Thank you very much!
So, we have the possibility to write
```
import { Logger } from "angular2-logger";
```
Yes, I know,…
-
**Steps to reproduce and a minimal demo of the problem**
Following this cookbook (https://angular.io/docs/ts/latest/cookbook/i18n.html#!#ng-xi18n), I'm trying to generate the .xlf file.
- Include 'i18…
-
##### **Overview of the issue**
javax.inject dependency is missing in pom file when java SE is used as default jvm (Java(TM) SE Runtime Environment (build 1.8.0_25-b17)).
This issue exists in jhip…
-
Hi, the quickstart covers the setup when using SystemJS to load Angular2. Is it possible to use it when using Webpack instead?
-
I get this error for at least the version 0.2.3. I can't yet update to 0.3.0.
Line: /angular2-logger/app/core/logger.ts:59:38
Related to this? https://basarat.gitbooks.io/typescript/content/docs/ti…
vcorr updated
8 years ago
-
Hi,
i have this error :
"build dev failed: Cannot read property 'indexOf' of undefined "
when i use "ionic serve"
but if i run "ionic build browser", everything is ok.
I've removed all my n…
-
Hi, it seems that when compiling the files the assignment from the enum object to an internal variable is wrong:
```
[default] /home/mc128k/node/etiquette-client/node_modules/angular2-logger/app/core…
ghost updated
8 years ago
-
Sharing a bit of a higher level overview currently only in my brain so all
y'all know what's going on:
### 3.0 Use CPS
- get nested `effects` and error / value propagation
- streamline `view` ap…
-
This is a bit of noob question, so I apologize. I am coming to TypeScript with Angular2 and I am still working to understand `typings`. I am not sure how to install this package, complete with the Con…