Move refernce to firebase.d.ts to angularfire.d.ts

This commit is contained in:
Mohamed Hegazy 2015-02-25 16:09:54 -08:00
Родитель 44c0b4a1ea
Коммит 31a8a74957
2 изменённых файлов: 3 добавлений и 3 удалений

4
firebase/angularfire.d.ts поставляемый
Просмотреть файл

@ -1,4 +1,6 @@
export declare class AngularFire {
/// <reference path='firebase.d.ts'/>
export declare class AngularFire {
asArray(): FirebaseArray;
}

Просмотреть файл

@ -1,5 +1,3 @@
/// <reference path='firebase/firebase.d.ts'/>
import {Component, Template} from 'annotations';
import {bootstrap, Foreach} from 'angular2/angular2';
import {bind} from 'angular2/di';