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 31c74af commit ac19c5dCopy full SHA for ac19c5d
README.md
@@ -48,5 +48,9 @@ this.ngLazyloadScriptService.loadScript('https://js.stripe.com/v3/').subscribe((
48
});
49
```
50
51
-## Compatibility
+## Angular compatibility
52
The library works with Angular versions ``>=8.0.0``.
53
+
54
+## Browser compatibility
55
+Works in all modern browsers if the ``browserlist`` file in your Angular project is configured appropriately.
56
+Tested successfully in IE11, Edge, Chrome and Firefox.
projects/ng-lazyload-script-example/browserslist
@@ -9,4 +9,5 @@
9
last 2 versions
10
Firefox ESR
11
not dead
12
-not IE 9-11 # For IE 9-11 support, remove 'not'.
+not IE 9-10 # For IE 9-11 support, remove 'not'.
13
+IE 11
0 commit comments