All files / src/components/main-header main-header.ts

100% Statements 3/3
100% Branches 0/0
100% Functions 1/1
100% Lines 1/1
1 2 3 4 5 6 7 8            1x  
import { Component } from '@angular/core';
 
@Component( {
    selector: 'main-header',
    templateUrl: 'main-header.html'
} )
export class MainHeaderComponent {}