Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng2-gravatar-directive

Angular2+ gravatar directive

Install

npm i --save ng2-gravatar-directive

Import

import { GravatarModule } from 'ng2-gravatar-directive';

Usage

@NgModule({
    imports: [
        ...,
        GravatarModule,
    ]
})

<img gravatar [email]="user.email" [size]="16">

License

MIT

About

Angular2 gravatar directive

Topics

Resources

Stars

20 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages