File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
adev/src/content/tutorials/first-app/steps
07-dynamic-template-values/src/app/home
11-details-page/src/app/home Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
import { Component } from '@angular/core' ;
2
2
import { CommonModule } from '@angular/common' ;
3
- import { HousingLocationInfo } from '../housing-location/housing-location' ;
3
+ import { HousingLocation } from '../housing-location/housing-location' ;
4
4
import { HousingLocationInfo } from '../housinglocation' ;
5
5
6
6
@Component ( {
Original file line number Diff line number Diff line change 1
1
import { Component } from '@angular/core' ;
2
2
import { CommonModule } from '@angular/common' ;
3
- import { HousingLocationInfo } from '../housing-location/housing-location' ;
3
+ import { HousingLocation } from '../housing-location/housing-location' ;
4
4
import { HousingLocationInfo } from '../housinglocation' ;
5
5
6
6
@Component ( {
Original file line number Diff line number Diff line change 1
1
import { Component , inject } from '@angular/core' ;
2
2
import { CommonModule } from '@angular/common' ;
3
- import { HousingLocationInfo } from '../housing-location/housing-location' ;
3
+ import { HousingLocation } from '../housing-location/housing-location' ;
4
4
import { HousingLocationInfo } from '../housinglocation' ;
5
5
import { HousingService } from '../housing.service' ;
6
6
@Component ( {
Original file line number Diff line number Diff line change 1
1
import { Component , inject } from '@angular/core' ;
2
2
import { CommonModule } from '@angular/common' ;
3
- import { HousingLocationInfo } from '../housing-location/housing-location' ;
3
+ import { HousingLocation } from '../housing-location/housing-location' ;
4
4
import { HousingLocationInfo } from '../housinglocation' ;
5
5
import { HousingService } from '../housing.service' ;
6
6
Original file line number Diff line number Diff line change 1
1
import { Component , inject } from '@angular/core' ;
2
2
import { CommonModule } from '@angular/common' ;
3
- import { HousingLocationInfo } from '../housing-location/housing-location' ;
3
+ import { HousingLocation } from '../housing-location/housing-location' ;
4
4
import { HousingLocationInfo } from '../housinglocation' ;
5
5
import { HousingService } from '../housing.service' ;
6
6
Original file line number Diff line number Diff line change 1
1
import { Component , inject } from '@angular/core' ;
2
2
import { CommonModule } from '@angular/common' ;
3
- import { HousingLocationInfo } from '../housing-location/housing-location' ;
3
+ import { HousingLocation } from '../housing-location/housing-location' ;
4
4
import { HousingLocationInfo } from '../housinglocation' ;
5
5
import { HousingService } from '../housing.service' ;
6
6
Original file line number Diff line number Diff line change 1
1
import { Component , inject } from '@angular/core' ;
2
2
import { CommonModule } from '@angular/common' ;
3
- import { HousingLocationInfo } from '../housing-location/housing-location' ;
3
+ import { HousingLocation } from '../housing-location/housing-location' ;
4
4
import { HousingLocationInfo } from '../housinglocation' ;
5
5
import { HousingService } from '../housing.service' ;
6
6
Original file line number Diff line number Diff line change 1
1
import { Component , inject } from '@angular/core' ;
2
2
import { CommonModule } from '@angular/common' ;
3
- import { HousingLocationInfo } from '../housing-location/housing-location' ;
3
+ import { HousingLocation } from '../housing-location/housing-location' ;
4
4
import { HousingLocationInfo } from '../housinglocation' ;
5
5
import { HousingService } from '../housing.service' ;
6
6
You can’t perform that action at this time.
0 commit comments