Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 880 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 880 Bytes

Angular Material 3 Demo for ElderByte

This project demonstrates how the ElderDesign is applied using the new Material Design 3 components introduced in Angular Material 18. It serves as a practical showcase for our corporate design and highlights how we integrate these new UI features.

Features

  • Implementation of Material Design 3 styles and components
  • Custom theme based on ElderDesign
  • Example components and layouts demonstrating the flexibility of Angular Material 18

Getting Started

Prerequisites

  • Node.js & npm installed
  • Angular CLI installed

Installation

Clone the repository and install dependencies:

git clone https://github.com/joelmueller-2003/ngx-m3-demo-elderbyte
cd ngx-m3-demo-elderbyte
npm install

Running the Project

ng serve

Then navigate to http://localhost:4200/ to see the demo in action.