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
created online qr ordering application using Angular 19 implemented NgRX store for global state management, RxJS for handling async data and events, Signals for reactive programming ,TailwindCSS for styling and GSAP for smoot scrolling and animations.
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
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.