Need a reference point for the address import (#3258)
this is part of the fix for #3257
This commit is contained in:
parent
e006699c1b
commit
b874d4874f
|
@ -4,7 +4,10 @@
|
||||||
import { Component, Input, OnChanges } from '@angular/core';
|
import { Component, Input, OnChanges } from '@angular/core';
|
||||||
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
|
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
|
||||||
|
|
||||||
|
// #docregion import-address
|
||||||
import { Address, Hero, states } from './data-model';
|
import { Address, Hero, states } from './data-model';
|
||||||
|
// #enddocregion import-address
|
||||||
|
|
||||||
// #enddocregion imports
|
// #enddocregion imports
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
|
Loading…
Reference in New Issue