0.0.1 • Published 5 years ago

rkm-profile-image v0.0.1

Weekly downloads
6
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

Angular Profile Image Uploader

Versions

Angularrkm-profile-image
v7.xv1.x
v6.xv1.x
v5.xv1.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

OutputDescription
(upload)Outputs added image

Contributing

Contributions are welcome.