You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SkyDesk Frontend is a modern Angular-based ticket management UI with secure JWT login, role-based access, reactive forms, ticket creation, status updates, reassignment, and deletion. Includes dialog-driven ticket details, user dropdowns, and a clean workflow for managing tasks efficiently.
This repository contains my Angular learning progress using Angular CLI and GitHub Copilot — including project setup, folder structure, component generation, data binding, template variables, directives, forms, component communication, and services.
Services are a core feature that allows you to organize and reuse code efficiently. A service in Angular is typically a class that encapsulates business logic, such as fetching data from an API, performing calculations, or managing state across different components