0.0.8968 • Published 4 years ago

password-change v0.0.8968

Weekly downloads
84
License
-
Repository
-
Last release
4 years ago

Angular Component for Change Users Data

Only in Users Database of Agrosuper Animal Production Platform

Required Dependencies for the container component

  • Angular
  • Sweetalert2
  • Bootstrap
  • Fontawesome
  • Axios
  • CryptoJS
  • Sha.js

How to use

1. Install the component

npm i --save password-change@latest

2. Import the component in the Angular Route Modules

3. Use the component in the template HTML

Example: <ppa-user-data-change (successModify)="function" [userData]="object"></ppa-user-data-change>

Where in (successModify) we must place a function to be executed if the data modification is satisfactory and in userData, optional parameter, we can autocomplete the user data to modify using the following structure:

{ nombre:'', apellido:'', cargo:'', sexo:'', usuario:'', // correo telefono:'', zona:'', sector:'' }

The same object will be returned with the updated data within the $event of (successFunction)

Created by Tecnoandina SPA

0.0.8966

4 years ago

0.0.8965

4 years ago

0.0.8968

4 years ago

0.0.8962

4 years ago

0.0.8961

4 years ago

0.0.8964

4 years ago

0.0.8963

4 years ago

0.0.8960

4 years ago

0.0.8959

4 years ago

0.0.895

4 years ago

0.0.85

4 years ago

0.0.89

4 years ago

0.0.890

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago