import { Component, Input } from '@angular/core' @Component({ selector: 'app-docs-sections', template: ` `, }) export class DocsSectionsComponent { @Input() sections = [] }