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
+4-35Lines changed: 4 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,45 +19,17 @@ Choose the version corresponding to your Angular version:
19
19
20
20
Angular | @themost/angular |
21
21
--- | --- |
22
+
12 | 12.x+
22
23
11 | 11.x+
23
24
6 | 6.x+
24
25
5 | 2.x+
25
26
2 to 4 | 2.x+
26
27
27
-
## Changelog
28
-
29
-
### 6.2.2 - 2019-04-15
30
-
31
-
#### Changed
32
-
33
-
- Stict date formats (e.g. 2019-01-20) are always treated as strings and are being excluded while parsing JSON HTTP responses.
34
-
35
-
### 6.2.1 - 2019-02-15
36
-
37
-
#### Changed
38
-
-@themost/angular/client module has been deprecated.
39
-
Exported members of @themost/angular/client are now explicitly exported from @themost/angular.
40
-
e.g. replace
41
-
42
-
import { DATA_CONTEXT_CONFIG } from '@themost/angular/client';
43
-
44
-
with
45
-
46
-
import { DATA_CONTEXT_CONFIG } from '@themost/angular';
47
-
48
-
-@themost/angular/module module has been deprecated.
49
-
Exported members of @themost/angular/module are now explicitly exported from @themost/angular.
50
-
e.g. replace
51
-
52
-
import { MostModule } from '@themost/angular/module';
53
-
54
-
with
55
-
56
-
import { MostModule } from '@themost/angular';
57
-
58
28
59
29
### Usage
60
30
31
+
Provide `DATA_CONTEXT_CONFIG` and set [`@themost-framework`](https://github.com/themost-framework) api server URI. Include `AngularDataContext` in application providers.
0 commit comments