-
- Downloads
Merge branch 'dev/consultar_usuario' into 'develop'
Implementacion de formulario con datos de usuario See merge request !24
Showing
- .gitignore 4 additions, 3 deletions.gitignore
- angular/RestClient/src/app/app.routes.ts 9 additions, 0 deletionsangular/RestClient/src/app/app.routes.ts
- angular/RestClient/src/app/core/features/user/main-page/main-page.component.ts 22 additions, 11 deletions...c/app/core/features/user/main-page/main-page.component.ts
- angular/RestClient/src/app/core/features/user/user-form/user-form.component.css 81 additions, 0 deletions.../app/core/features/user/user-form/user-form.component.css
- angular/RestClient/src/app/core/features/user/user-form/user-form.component.html 75 additions, 0 deletions...app/core/features/user/user-form/user-form.component.html
- angular/RestClient/src/app/core/features/user/user-form/user-form.component.spec.ts 91 additions, 0 deletions.../core/features/user/user-form/user-form.component.spec.ts
- angular/RestClient/src/app/core/features/user/user-form/user-form.component.ts 93 additions, 0 deletions...c/app/core/features/user/user-form/user-form.component.ts
- angular/RestClient/src/app/core/navigation/navigation.component.html 58 additions, 0 deletions...tClient/src/app/core/navigation/navigation.component.html
- angular/RestClient/src/app/core/navigation/navigation.component.ts 22 additions, 1 deletion...estClient/src/app/core/navigation/navigation.component.ts
- angular/RestClient/src/app/shared/auth-client.service.ts 11 additions, 11 deletionsangular/RestClient/src/app/shared/auth-client.service.ts
- angular/RestClient/src/app/shared/user-client.service.ts 31 additions, 2 deletionsangular/RestClient/src/app/shared/user-client.service.ts
- angular/RestClient/src/mocks/users.ts 18 additions, 0 deletionsangular/RestClient/src/mocks/users.ts
- angular/RestClient/src/types/User.d.ts 11 additions, 1 deletionangular/RestClient/src/types/User.d.ts
Loading
Please register or sign in to comment