From b750e4691c9401456b2d980d5004329c1d78ef9a Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sat, 17 Sep 2016 01:58:40 +0200 Subject: [PATCH] fix(): gulp validate passes successfully --- src/components/action-sheet/action-sheet-component.ts | 2 -- src/components/tap-click/tap-click.ts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/action-sheet/action-sheet-component.ts b/src/components/action-sheet/action-sheet-component.ts index 863f07cb378..5752db9c9eb 100644 --- a/src/components/action-sheet/action-sheet-component.ts +++ b/src/components/action-sheet/action-sheet-component.ts @@ -1,11 +1,9 @@ import { Component, Renderer, ElementRef, HostListener, ViewEncapsulation } from '@angular/core'; -import { Animation } from '../../animations/animation'; import { Config } from '../../config/config'; import { Form } from '../../util/form'; import { Key } from '../../util/key'; import { NavParams } from '../../navigation/nav-params'; -import { Transition } from '../../transitions/transition'; import { ViewController } from '../../navigation/view-controller'; diff --git a/src/components/tap-click/tap-click.ts b/src/components/tap-click/tap-click.ts index ea1b1842dc7..b39c7253fbe 100644 --- a/src/components/tap-click/tap-click.ts +++ b/src/components/tap-click/tap-click.ts @@ -1,4 +1,4 @@ -import { Injectable, NgZone, APP_INITIALIZER } from '@angular/core'; +import { Injectable, NgZone } from '@angular/core'; import { Activator } from './activator'; import { App } from '../app/app';