We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250cde2 commit 71f0792Copy full SHA for 71f0792
.gitignore
@@ -37,3 +37,5 @@ testem.log
37
# System Files
38
.DS_Store
39
Thumbs.db
40
+/dist/
41
+/dist/ngx-http-annotations/
projects/ngx-http-annotations/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-http-annotations",
3
- "version": "0.6.3",
+ "version": "0.7.0",
4
"description": "This is a library to angular 6+ to use http request via decorator/annotations",
5
"peerDependencies": {
6
"@angular/common": ">=6.0.0",
0 commit comments