Skip to main content

Recently Updated Pages

State Management

Frontend Development guidelines

BehaviorSubjects The application uses RxJS BehaviorSubjects for state management: ApiService Stat...

Updated 1 week ago by ondeliveloper

Routing Structure

Frontend Development guidelines

Main Routes The application uses Angular Router with the following main routes: // Home & Product...

Updated 1 week ago by ondeliveloper

Services & API Integration

Frontend Development guidelines

ApiService (api.service.ts) The main service handling all API communications. Base URLs // Produc...

Updated 1 week ago by ondeliveloper

Architecture & Design Patterns

Frontend Development guidelines

Component-Based Architecture The application follows Angular's component-based architecture where...

Updated 1 week ago by ondeliveloper

Core features

Frontend Introduction

1. E-Commerce Functionality Product catalog browsing Advanced search and filtering Product detai...

Updated 1 week ago by ondeliveloper

Project structure

Frontend Introduction

on-market-landing/ ├── e2e/ # End-to-end tests ├── src/ │ ├── app/ │ ...

Updated 1 week ago by ondeliveloper

Installation and setup

Frontend Introduction

Prerequisites Before you begin, ensure you have the following installed: Node.js: v12.x or high...

Updated 1 week ago by ondeliveloper

Project Overview

Frontend Introduction

OnMarket Landing is a comprehensive Angular-based e-commerce marketplace application. It provides...

Updated 1 week ago by ondeliveloper

Additional Resources

Frontend Development guidelines

Official Documentation Angular Documentation TypeScript Documentation RxJS Documentation ...

Updated 1 week ago by ondeliveloper

Troubleshooting

Frontend Development guidelines

Common Issues 1. Cannot connect to API Symptom: API calls fail with connection errors Solution: ...

Updated 1 week ago by ondeliveloper

Development guide

Frontend Development guidelines

Code Style TypeScript Use TypeScript strict mode Define interfaces for all data structures Use t...

Updated 1 week ago by ondeliveloper

Build & Deployment

Frontend Development guidelines

Build Configuration Angular build configuration in angular.json: Project Name: project (generic n...

Updated 1 week ago by ondeliveloper

State Management

Frontend Development guidelines

LocalStorage The application uses browser localStorage for state persistence: Stored Data: jwt ...

Updated 1 week ago by ondeliveloper

UI Components & Styling

Frontend Development guidelines

Layout System The application uses Angular Flex Layout for responsive design: Flexbox-based layo...

Updated 1 week ago by ondeliveloper

Routing & Navigation

Frontend Development guidelines

Route Configuration All routes are defined in app.routing.ts with lazy loading for performance. M...

Updated 1 week ago by ondeliveloper

Services & API Integration

Frontend Development guidelines

Main API Service (api.service.ts) The central service for API communication with the backend. Key...

Updated 1 week ago by ondeliveloper

Application modules

Frontend Development guidelines

The application consists of 27+ feature modules, each handling specific business functionality: C...

Updated 1 week ago by ondeliveloper

Authentication and security

Frontend Development guidelines

Authentication Flow Login (/login) User submits credentials API returns JWT token Token stored...

Updated 1 week ago by ondeliveloper

Project Architecture

Frontend Getting started

Directory Structure src/ ├── app/ │ ├── account-management/ # Account operations │ ├── ...

Updated 1 week ago by ondeliveloper

Starting the project

Frontend Getting started

Prerequisites Node.js (v14+ recommended) npm (v6+ recommended) Angular CLI (npm install -g @angu...

Updated 1 week ago by ondeliveloper