diff --git a/public/docs/_examples/reactive-forms/ts/src/app/hero-detail-7.component.ts b/public/docs/_examples/reactive-forms/ts/src/app/hero-detail-7.component.ts index 60a220b6bd..674b2b263b 100644 --- a/public/docs/_examples/reactive-forms/ts/src/app/hero-detail-7.component.ts +++ b/public/docs/_examples/reactive-forms/ts/src/app/hero-detail-7.component.ts @@ -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({