0.0.8 • Published 5 years ago

change-current-password v0.0.8

Weekly downloads
24
License
-
Repository
-
Last release
5 years ago

jpa-search

change-password is a NPM Angular module. This module is written to get username, password and matching password from the user and apply required validations to them. By clicking the button it will send the data by post request to the given url.

Installation

npm install change-password

Usage

.

import ChangePasswordModule


<lib-change-password [api]="{change_password_path_service}" (response)=saveResponse($event) (resetClicked)=buttonClicked() [HTTPOptions]={service_required options}></lib-change-password>
for example: api = https://pay.sample.name/ums/api/account/change-password

resetClicked is triggered when change password button was clicked.

The component will return the result of service as object 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago