Skip to content

Instantly share code, notes, and snippets.

@Adria87
Adria87 / angular-cheat-reactive-forms.md
Created December 17, 2018 14:41
[Reactive Forms] #angular #reactive

Reactive Forms

A quick reference guide on how to setup.

How to setup

import ReactiveFormsModule

import { ReactiveFormsModule } from '@angular/forms';
@NgModule ({