Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/llsaimur/employeemanager.angular


https://github.com/llsaimur/employeemanager.angular

Last synced: 21 days ago
JSON representation

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