You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -188,24 +188,28 @@ define your mocks by return a fake observable, with your mock data.
188
188
189
189
0.6.x
190
190
191
-
-> updates to latest versions of Angular
191
+
-> updates to the latest versions of Angular
192
192
-> Rename library to ngx-http-annotations
193
193
-> add @ResponseObservable to transform response.
194
194
195
195
0.6.2 et 0.6.3
196
196
197
-
-> update to build library with angular, to avoid error when build in --prod
197
+
-> update to build the library with angular, to avoid error when build in --prod
198
198
199
199
0.7.x
200
200
201
-
-> Add a mock feature.
201
+
-> Add a mock feature.
202
202
-> Update dependency to latest
203
203
204
204
0.7.3
205
-
-> Add delay : Add a beta feature, to add a delay to all request, or had a function that return this delay. This could be useful, in the mock feature. By default, all mock, will have a default delay. But could be also added without mock, to simulate long request.
206
-
-> Use all httpClient method rather than use request method, use corresponding method (get, put, delete ...). In order, to avoid issue with request method that throw a first empty error.
207
-
-> Update dependencies : Update to version 13 of Angular.
208
-
205
+
-> Add delay: Add a beta feature, to add a delay to all requests, or have a function that returns this delay. This could be useful, in the mock feature. By default, all mock, will have a default delay. But could be also added without mock, to simulate long request.
206
+
-> Use all httpClient methods rather than use request method, use the corresponding method (get, put, delete ...). In order, to avoid issue with request method that throw a first empty error.
207
+
-> Update dependencies: Update to version 13 of Angular.
0 commit comments