m-mohsin-zafar / fme-obe-frontend

Frontend for OBE System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FME OBE FRONTEND

This repository includes the frontend implemnetaion of the OBE system developed for FME at GIKI

This project was generated with Angular CLI version 14.2.10.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Project Structure

The project structure is organized as follows:

  • app.component.css: Stylesheet file for the root component.
  • app.component.html: Template file for the root component.
  • app.component.spec.ts: Unit tests for the root component.
  • app.component.ts: TypeScript file for the root component.
  • app.module.ts: Angular module file where application modules and dependencies are declared.
  • app-routing.module.ts: Routing module file for defining application routes.
  • common/: Directory for common/shared files and components.
  • components/: Directory for individual reusable components.
  • layout-components/: Directory for components related to different layouts.
  • layouts/: Directory for layout-specific components.
  • models/: Directory for data models/interfaces used in the application.
  • services/: Directory for service files providing data and business logic.
  • assets/: Directory for static assets such as images, fonts, etc.
  • environments/: Directory for environment-specific configuration files.

Feel free to explore and modify the code to fit your specific requirements.

About

Frontend for OBE System


Languages

Language:TypeScript 61.4%Language:HTML 31.8%Language:CSS 4.2%Language:JavaScript 2.6%