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 { FormBuilder, FormGroup, Validators } from '@angular/forms';
|
||||
|
||||
// #docregion import-address
|
||||
import { Address, Hero, states } from './data-model';
|
||||
// #enddocregion import-address
|
||||
|
||||
// #enddocregion imports
|
||||
|
||||
@Component({
|
||||
|
|
Loading…
Reference in New Issue