Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c810a10

Browse files
committed
remove unused import
1 parent e29c435 commit c810a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/upgrade-phonecat-3-router/ts/app/phone-detail/phone-detail.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// #docregion
33
declare var angular: angular.IAngularStatic;
44
import { downgradeComponent } from '@angular/upgrade/static';
5-
import { Component, Inject } from '@angular/core';
5+
import { Component } from '@angular/core';
66

77
import { Phone, PhoneData } from '../core/phone/phone.service';
88
import { RouteParams } from '../ng1-upgraded-providers';

0 commit comments

Comments
 (0)