UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

11 lines (10 loc) 188 B
export const HeaderComponentSchema = { selector: 'header', providers: [], templateUrl: './header.component.html', styles: [ `h1 { margin-top: 75px; }` ] };