Skip to content

Commit eed1d9f

Browse files
committed
Merge branch 'feat/migrate-to-angular-8' into build/core-js-3
2 parents a862630 + 4969edc commit eed1d9f

File tree

7 files changed

+9262
-13330
lines changed

7 files changed

+9262
-13330
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This project was renamed from **ng2-restangular** to **ngx-restangular** due to
1919

2020
# Table of contents
2121

22-
- [How do I add this to my project in angular 5?](#how-do-i-add-this-to-my-project-in-angular-5)
22+
- [How do I add this to my project in angular 5+?](#how-do-i-add-this-to-my-project-in-angular-5)
2323
- [How do I add this to my project in angular 4?](#how-do-i-add-this-to-my-project-in-angular-4)
2424
- [How do I add this to my project in angular 2?](#how-do-i-add-this-to-my-project-in-angular-2)
2525

@@ -89,7 +89,7 @@ This project was renamed from **ng2-restangular** to **ngx-restangular** due to
8989
**[Back to top](#table-of-contents)**
9090

9191

92-
# How do I add this to my project in angular 5?
92+
# How do I add this to my project in angular 5+?
9393

9494
You can download this by npm and running `npm install ngx-restangular`. This will install latest version of ngx-restangular (v.2.0.0).
9595

demo/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
/** Evergreen browsers require these. **/
4545
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
46-
import 'core-js/es7/reflect';
46+
import 'core-js/es/reflect';
4747

4848

4949
/**

0 commit comments

Comments
 (0)