Skip to content

Commit ac19c5d

Browse files
committed
Add browser compatibility info
1 parent 31c74af commit ac19c5d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,9 @@ this.ngLazyloadScriptService.loadScript('https://js.stripe.com/v3/').subscribe((
4848
});
4949
```
5050

51-
## Compatibility
51+
## Angular compatibility
5252
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
last 2 versions
1010
Firefox ESR
1111
not dead
12-
not IE 9-11 # For IE 9-11 support, remove 'not'.
12+
not IE 9-10 # For IE 9-11 support, remove 'not'.
13+
IE 11

0 commit comments

Comments
 (0)