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

Commit b874d48

Browse files
shairezwardbell
authored andcommitted
Need a reference point for the address import (#3258)
this is part of the fix for #3257
1 parent e006699 commit b874d48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/docs/_examples/reactive-forms/ts/src/app/hero-detail-7.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
import { Component, Input, OnChanges } from '@angular/core';
55
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
66

7+
// #docregion import-address
78
import { Address, Hero, states } from './data-model';
9+
// #enddocregion import-address
10+
811
// #enddocregion imports
912

1013
@Component({

0 commit comments

Comments
 (0)