https://github.com/tb/ng2-gravatar
Angular2 gravatar directive
https://github.com/tb/ng2-gravatar
angular angular2 gravatar ng2
Last synced: 6 months ago
JSON representation
Angular2 gravatar directive
- Host: GitHub
- URL: https://github.com/tb/ng2-gravatar
- Owner: tb
- Created: 2016-04-21T21:50:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T14:51:39.000Z (over 2 years ago)
- Last Synced: 2025-04-27T12:39:14.239Z (6 months ago)
- Topics: angular, angular2, gravatar, ng2
- Language: TypeScript
- Size: 76.2 KB
- Stars: 21
- Watchers: 5
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ng2-gravatar-directive
Angular2+ gravatar directive
## Install
npm i --save ng2-gravatar-directive
## Import
import { GravatarModule } from 'ng2-gravatar-directive';
## Usage
@NgModule({
imports: [
...,
GravatarModule,
]
})
![]()
## LicenseMIT