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

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

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.