Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danwahlin/angular-forms

Angular/TypeScript template-driven and reactive forms example.
https://github.com/danwahlin/angular-forms

Last synced: 28 days ago
JSON representation

Angular/TypeScript template-driven and reactive forms example.

Awesome Lists containing this project

README

        

# Angular/TypeScript Forms

This code sample demonstrates how Angular template-driven forms and
reactive forms can be created and used.

## Running the Application

1. Install the Angular CLI: `npm install -g @angular/cli`

1. Run `npm install` to install app dependencies

1. Run `ng serve -o` to start the server and launch the app