ng2-avatar
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "ng2-avatar", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -24,3 +24,3 @@ # ng2-avatar | ||
import { AvatarComponent } from 'ng2-avatar'; | ||
import { AvatarModule } from "ng2-avatar"; | ||
@@ -34,3 +34,4 @@ @NgModule({ | ||
FormsModule, | ||
HttpModule | ||
HttpModule, | ||
AvatarModule.forRoot() | ||
], | ||
@@ -51,10 +52,10 @@ providers: [], | ||
# Configuration | ||
| configuration option | type | default | description | | ||
|----------------------|:------:|:------------:|---------------------------------------------------------------------------------------| | ||
| email | String | '' | This email is for generated the initials letters or get the picture from Gravatar API | | ||
| name | string | '' | This name is for generated the initials letters | | ||
| size | number | 100 | Is the size of the image and avatar | | ||
| background | string | Random color | The background colors for the letter's avatar | | ||
| displayType | string | none | none,circle,rounded | | ||
| letter | string | ? | These are the default letter | | ||
| configuration option | type | default | description | | ||
|:---------------------|:------:|:------------:|:-------------------------------------------------------------------------------------------------| | ||
| email | String | none | This email is for generated the initials letters or get the picture from Gravatar API (required) | | ||
| name | string | none | This name is for generated the initials letters (required) | | ||
| size | number | 100 | Is the size of the image and avatar | | ||
| background | string | Random color | The background colors for the letter's avatar | | ||
| displayType | string | circle | none, circle, rounded | | ||
| letter | string | ? | These are the default letter | | ||
@@ -61,0 +62,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19578
73
0