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-1
Original file line number
Diff line number
Diff line change
@@ -75,14 +75,17 @@ Where possible this library will strictly adhere to [semver](http://semver.org/)
75
75
76
76
## FAQ
77
77
78
-
### Is this library AoT compatible?
78
+
### Is this library AoT and universal compatible?
79
79
80
80
Yes.
81
81
82
82
### Does this library work with angular 2.x?
83
83
84
84
The last version of this library that supports 2.x is `0.9.1`. However the upgrade from angular 2.x to 4.x is just a matter of [changing the dependencies in your package.json](https://github.com/mattlewis92/angular2-tv-tracker/commit/9439e3cec40293b2a86bc2222f610ee6ad4b5229) and [adding the `angular/animations` module](https://github.com/mattlewis92/angular2-tv-tracker/commit/9fe0e3158290c2612d20e4c0f54d2204fb70791e)
85
85
86
+
### Does this library work with angular 4.x?
87
+
The last version of this library that supports 4.x is `0.22.3`.
88
+
86
89
### How do I use this with my favourite module bundler?
87
90
88
91
See the [examples list](https://github.com/mattlewis92/angular-calendar/tree/master/build-tool-examples).
0 commit comments