Socket
Socket
Sign inDemoInstall

ngx-gravatar

Package Overview
Dependencies
6
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ngx-gravatar

A customizable Gravatar for Angular applications.


Version published
Weekly downloads
1.5K
decreased by-28.49%
Maintainers
1
Install size
259 kB
Created
Weekly downloads
 

Readme

Source

npm version GitHub stars CI Testing codecov npm npm bundle size (minified + gzip) code style: prettier license

ngx-gravatar

The gravatar directive for Angular applications.

This directive supports two avatar sources:

  • Custom image
  • Gravatar

By default, the custom image has higher priority. If it is invalid, the Gravatar will be used. The priority can be changed by setting preferGravatar input or override the default configuration (see below).

Angular Gravatar Directive

Visit here for more information about Gravatar.

Demo

Live demo here.

If you like ngx-gravatar, please give it a :star: on github

Installation

Install ngx-gravatar via NPM, using the command below.

npm install --save ngx-gravatar
# or
yarn add ngx-gravatar
AngularInstallation command
Angular 13npm i --save ngx-gravatar
Angular 11npm i --save ngx-gravatar@11.0.0
Angular 10npm i --save ngx-gravatar@10.0.0
Angular 9npm i --save ngx-gravatar@9.1.0
Angular 8npm i --save ngx-gravatar@8.1.0
Angular 6 & 7npm i --save ngx-gravatar@7.2.2
Angular 4 & 5npm i --save ngx-gravatar@3.0.5

See full documentation here

Keywords

FAQs

Last updated on 14 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc