ng2-gravatar-directive-dev
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    0
  • 2.0.0
    0

Package Sidebar

Install

npm i ng2-gravatar-directive-dev

Weekly Downloads

0

Version

2.0.1

License

MIT

Last publish

Collaborators

  • zurfyx