rkm-profile-image
v0.0.1
Published
This is a simple angular library to upload profile image.
Maintainers
Readme
Angular Profile Image Uploader
Versions
| Angular| rkm-profile-image| | -------|:------:| | v7.x | v1.x | | v6.x | v1.x | | v5.x | v1.x |
Table of contents
Warning
Library is under active development and may have API breaking changes for subsequent major versions after 1.0.0.
Getting started
Step 1: Install rkm-profile-image:
NPM
npm install --save rkm-profile-image
### Step 2: Import the RkmProfileImageModule module:
```js
import { RkmProfileImageModule } from 'rkm-profile-image';
@NgModule({
declarations: [AppComponent],
imports: [RkmProfileImageModule],
bootstrap: [AppComponent]
})
export class AppModule {}Step 3: Use in a template:
<rkm-profile-image (upload)="uploaded($event)"></rkm-profile-image>API
Outputs
| Output | Description | | ------------- | ------------- | | (upload) | Outputs added image |
Contributing
Contributions are welcome.
