Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "di-ts", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Lightweight wrap and extension of angular/di.js for TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,13 @@ | ||
## Install | ||
````bash | ||
npm install di-ts | ||
```` | ||
## Usage | ||
You to use --emitDecoratorMetadata flag when compile you typescript files. This flag is not supported | ||
in the last released version of TypeScript, you need to download and use last commit of | ||
[master branch](https://github.com/Microsoft/TypeScript/tree/master) | ||
### car.ts | ||
@@ -10,0 +20,0 @@ ```typescript |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6318
62