- Angular
- Sweetalert2
- Bootstrap
- Fontawesome
- Axios
- CryptoJS
- Sha.js
npm i --save password-change@latest
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)