Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created December 18, 2017 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/c5e78750e631b2bd2a33b7025e436faf to your computer and use it in GitHub Desktop.
Save debugmodedotnet/c5e78750e631b2bd2a33b7025e436faf to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
import { FormGroup, FormControl, FormArray } from '@angular/forms';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'Reactive Forms Demo';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment