idk
This commit is contained in:
parent
763d01d561
commit
27feb24461
11 changed files with 186 additions and 7 deletions
|
@ -3,13 +3,15 @@ import {Child1Component} from "./child/child-1/child-1.component";
|
|||
import {Child2Component} from "./child/child-2/child-2.component";
|
||||
import {ParentComponent} from "./child/parent/parent.component";
|
||||
import {HotelsComponent} from "./hotel/hotels.component";
|
||||
import {IdkComponent} from "./idek/idk.component";
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
standalone: true,
|
||||
imports: [Child1Component, Child2Component, ParentComponent, HotelsComponent],
|
||||
imports: [Child1Component, Child2Component, ParentComponent, HotelsComponent, IdkComponent],
|
||||
template: `
|
||||
<app-hotels></app-hotels>
|
||||
<app-idk></app-idk>
|
||||
`
|
||||
})
|
||||
export class AppComponent {
|
||||
|
|
Reference in a new issue