All files / src/testing-helpers/router-testing dummy-component-for-router-target.hlpr.ts

100% Statements 5/5
100% Branches 0/0
100% Functions 1/1
100% Lines 2/2
1 2 3 4 5 6 71x         1x  
import { Component } from '@angular/core';
 
@Component({
  template: ''
})
export class DummyTargetComponent {}