Skip to content

Feat/migrate to angular 11 #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,14 @@ This project was renamed from **ng2-restangular** to **ngx-restangular** due to

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

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


| ngx-restangular | Angular |
| --------------- | ------- |
| 2.x.x | 5.0.0 |
| 6.x.x | 10.0.0 |
| 7.x.x | 11.0.0 |

**[Back to top](#table-of-contents)**

Expand Down
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,8 @@
"@schematics/angular:directive": {
"prefix": "app"
}
},
"cli": {
"analytics": false
}
}
}
Loading