Need a reference point for the address import (#3258)

this is part of the fix for #3257
This commit is contained in:
Shai Reznik 2017-03-01 22:30:44 +02:00 committed by Ward Bell
parent e006699c1b
commit b874d4874f
1 changed files with 3 additions and 0 deletions

View File

@ -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({