-
Notifications
You must be signed in to change notification settings - Fork 11
Installation
T edited this page Mar 11, 2020
·
1 revision
Install ngx-gravatar
via NPM, using the command below.
npm install --save ngx-gravatar
# or
yarn add ngx-gravatar
Angular | Installation command |
---|---|
Angular 9 | npm i --save ngx-gravatar |
Angular 8 | npm i --save [email protected] |
Angular 6 & 7 | npm i --save [email protected] |
Angular 4 & 5 | npm i --save [email protected] |