Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.33 KB

File metadata and controls

51 lines (31 loc) · 1.33 KB

Forge Angular Demo Application

This repository contains the @tylertech/forge-angular library and a demo application showcasing its usage.

About

This demo application demonstrates how to use the Tyler Forge™ Web Components with Angular through the @tylertech/forge-angular adapter library. It serves as both a reference implementation and a testing ground for the library components.

Getting Started

Prerequisites

  • Node.js (latest LTS version recommended)
  • npm or yarn

Installation

npm install

Running the Demo

npm start

This will build the library and start the development server. The demo application will open automatically in your browser.

Project Structure

  • projects/forge-angular/ - The @tylertech/forge-angular library source code
  • src/ - Demo application source code
  • dist/ - Build output (generated)

Using the Library

For detailed information on using @tylertech/forge-angular in your own projects, see the library README.

Contributing

We welcome contributions! Please see our Contributing Guide for details on:

  • Development setup
  • Building and testing
  • Release process
  • Commit message guidelines

License

This project is licensed under the Apache License 2.0. See the repository for details.