Skip to content

Commit

Permalink
feat(ie11): remove IE11 compatiblity information
Browse files Browse the repository at this point in the history
PascalHonegger authored and AhsanAyaz committed Jul 5, 2022
1 parent ec1ca8e commit 84f0d74
Showing 3 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions README.MD
Original file line number Diff line number Diff line change
@@ -188,12 +188,6 @@ the demo will be up at `localhost:4200`

Please see [CHANGE_LOG.MD](CHANGE_LOG.MD) for the updates.

## IE10, IE11 Compatibility

If you're consuming the library for IE10 & IE11, please refer to the `polyfills.ts` file in your project.

For example, for an Angular 9.x+ project, you can refer to the changes done in [this PR](https://github.com/KoderLabs/ngx-device-detector/pull/184/files) for our [demo project](https://koderlabs.github.io/ngx-device-detector/demo/) that works on IE11

## Credits

The library is inspired by and based on the work from [ng-device-detector ](https://github.com/srfrnk/ng-device-detector). Also used a typescript wrapper of the amazing work in [ReTree](https://github.com/srfrnk/re-tree) for regex based needs and an Angular2 Library Creator boilerplate to get the work started fast. I.e. [Generator Angular2 library](https://github.com/jvandemo/generator-angular2-library).
2 changes: 0 additions & 2 deletions projects/demo/.browserslistrc
Original file line number Diff line number Diff line change
@@ -14,5 +14,3 @@ last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line.
IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
6 changes: 0 additions & 6 deletions projects/ngx-device-detector/README.md
Original file line number Diff line number Diff line change
@@ -188,12 +188,6 @@ the demo will be up at `localhost:4200`

Please see [CHANGE_LOG.MD](CHANGE_LOG.MD) for the updates.

## IE10, IE11 Compatibility

If you're consuming the library for IE10 & IE11, please refer to the `polyfills.ts` file in your project.

For example, for an Angular 9.x+ project, you can refer to the changes done in [this PR](https://github.com/KoderLabs/ngx-device-detector/pull/184/files) for our [demo project](https://koderlabs.github.io/ngx-device-detector/demo/) that works on IE11

## Credits

The library is inspired by and based on the work from [ng-device-detector ](https://github.com/srfrnk/ng-device-detector). Also used a typescript wrapper of the amazing work in [ReTree](https://github.com/srfrnk/re-tree) for regex based needs and an Angular2 Library Creator boilerplate to get the work started fast. I.e. [Generator Angular2 library](https://github.com/jvandemo/generator-angular2-library).

0 comments on commit 84f0d74

Please sign in to comment.