Now supports

* type arguments,
* positional parameters and
* html as content
* Documentation updates
This commit is contained in:
Indrajith K L
2017-12-19 14:21:29 +05:30
parent ab0d224a29
commit c0eb82f55a
36 changed files with 1192 additions and 60 deletions

View File

@@ -16,7 +16,6 @@
"license": "MIT",
"devDependencies": {
"@types/jasmine": "^2.5.53",
"@types/lodash": "^4.14.70",
"awesome-typescript-loader": "^3.2.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
@@ -45,8 +44,5 @@
"webpack": "^3.3.0",
"webpack-dashboard": "^0.4.0",
"webpack-dev-server": "2.5.1"
},
"dependencies": {
"lodash": "^4.17.4"
}
}