https://github.com/gokemon/angular-2-reactive-forms
Angular 2- Reactive Forms sample site advanced
https://github.com/gokemon/angular-2-reactive-forms
angular reactive-forms typescript
Last synced: about 2 months ago
JSON representation
Angular 2- Reactive Forms sample site advanced
- Host: GitHub
- URL: https://github.com/gokemon/angular-2-reactive-forms
- Owner: gokemon
- License: mit
- Created: 2017-05-20T02:14:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T03:47:30.000Z (about 9 years ago)
- Last Synced: 2025-05-27T01:41:44.148Z (about 1 year ago)
- Topics: angular, reactive-forms, typescript
- Language: HTML
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular-2-Reactive-Forms #
Michael's notes
A little more advanced sample site using Angular 2- Reactive Forms.
We start out with regular template forms and convert them to advanced reactive forms.
typescript
angular
reactive-forms
"keywords": [
"typescript",
"reactive-forms",
"angular"
],
----------
## Boilerplate ##
1) Open a command prompt in the project's root directory
2) Type: `npm install`
This installs the dependencies as defined in the package.json file.
3) Type: `npm start`
This launches the TypeScript compiler (tsc) to compile the application and wait for changes.
It also starts the lite-server and launches the browser to run the application.