refactor(navigation): make the framework delegate more generic

This commit is contained in:
Dan Bucholtz
2017-12-07 12:06:02 -06:00
parent 02d34a26aa
commit 14a67e1ff5
12 changed files with 140 additions and 53 deletions

View File

@ -1,5 +1,8 @@
import { Directive, ElementRef, HostListener, Renderer2 } from '@angular/core';
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
import {
ControlValueAccessor,
NG_VALUE_ACCESSOR
} from '@angular/forms';
@Directive({
/* tslint:disable-next-line:directive-selector */