Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llsaimur/employeemanager.angular
https://github.com/llsaimur/employeemanager.angular
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/llsaimur/employeemanager.angular
- Owner: llsaimur
- Created: 2024-05-22T04:59:51.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T05:20:57.000Z (7 months ago)
- Last Synced: 2024-05-22T06:27:33.632Z (7 months ago)
- Language: HTML
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmployeeManager.Angular
***
Developed the Employee Manager application as an Angular SPA
(Single Page Application)
***Employee Manager in this application exposes its CRUD functionality
using ASP.NET Core Web APIs. User authentication is also done using Web API
and JWT. An Angular front-end utilizes those Web APIs using Angular’s HttpClient.Features/Components:
• Build SPA using Angular
• Utilize ASP.NET Core Web APIs using Angular’s HttpClient class
• Use Angular Command Line Interface (CLI) to create Angular
applications, components, and services
• Validate and process forms using Angular’s reactive forms (also
called Model Driven Forms)
• Integrate ASP.NET Core’s JWT authentication scheme with the
Angular application