UNPKG

mt-portfolio

Version:

A Portfolio maker for Angular with image, heading, caption, ability to add contact form and demo

11 lines (10 loc) 468 B
import { OnInit } from '@angular/core'; import { HeaderModel } from './header.model'; import * as i0 from "@angular/core"; export declare class HeaderComponent implements OnInit { headerList: HeaderModel[]; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "mt-header", never, { "headerList": "headerList"; }, {}, never, never>; }