Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

fix(reactive-forms): Need a reference point for the address import #3258

Merged
merged 1 commit into from
Mar 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
import { Component, Input, OnChanges } from '@angular/core';
import { FormBuilder, FormGroup, Validators } from '@angular/forms';

// #docregion import-address
import { Address, Hero, states } from './data-model';
// #enddocregion import-address

// #enddocregion imports

@Component({
Expand Down