fix(angular): icon proxy

This commit is contained in:
Manu Mtz.-Almeida
2018-04-12 17:16:33 +02:00
parent 47e6009901
commit db5313e45b
3 changed files with 103 additions and 92 deletions

View File

@ -1,5 +1,5 @@
import { Directive, ElementRef, Input } from '@angular/core';
import { inputs } from './proxies';
import { inputs } from '../util/util';
@Directive({ selector: 'ion-icon' })

File diff suppressed because one or more lines are too long