2.3.9 Nested Views Codehs Today

The exercise specifically tests your ability to create a hierarchy where the position of a child view is relative to its parent , not the entire screen.

@Component( selector: 'app-root', template: ` <app-sidebar></app-sidebar> <main>Main content</main> ` ) export class AppComponent {} 2.3.9 nested views codehs