0.0.8968 • Published 5 years ago

password-change v0.0.8968

Weekly downloads
84
License
-
Repository
-
Last release
5 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

5 years ago

0.0.8965

5 years ago

0.0.8968

5 years ago

0.0.8962

5 years ago

0.0.8961

5 years ago

0.0.8964

5 years ago

0.0.8963

5 years ago

0.0.8960

5 years ago

0.0.8959

5 years ago

0.0.895

5 years ago

0.0.85

5 years ago

0.0.89

5 years ago

0.0.890

5 years ago

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