idk
This commit is contained in:
parent
1b1224cba0
commit
20c04abe4f
8 changed files with 102 additions and 30 deletions
|
@ -9,8 +9,6 @@ import {RouterOutlet} from "@angular/router";
|
|||
standalone: true,
|
||||
imports: [HotelsComponent, IdkComponent, RouterOutlet],
|
||||
template: `
|
||||
<app-hotels />
|
||||
<app-idk />
|
||||
<router-outlet />
|
||||
`
|
||||
})
|
||||
|
|
Reference in a new issue