Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danwahlin/angular-forms
- Owner: DanWahlin
- Created: 2015-09-23T03:51:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T19:47:30.000Z (over 4 years ago)
- Last Synced: 2025-01-17T05:06:50.402Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 341 KB
- Stars: 122
- Watchers: 12
- Forks: 141
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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