Skip to content

Commit 81db9a8

Browse files
authored
Merge pull request #175 from 2muchcoffeecom/build/core-js-3
Angular 8 core-js 3
2 parents 480e48c + 0389c3a commit 81db9a8

File tree

9 files changed

+4483
-4577
lines changed

9 files changed

+4483
-4577
lines changed

README.md

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

1919
# Table of contents
2020

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

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

9090

91-
# How do I add this to my project in angular 5?
91+
# How do I add this to my project in angular 5+?
9292

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

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)