Move refernce to firebase.d.ts to angularfire.d.ts
This commit is contained in:
Родитель
44c0b4a1ea
Коммит
31a8a74957
|
@ -1,4 +1,6 @@
|
|||
export declare class AngularFire {
|
||||
/// <reference path='firebase.d.ts'/>
|
||||
|
||||
export declare class AngularFire {
|
||||
asArray(): FirebaseArray;
|
||||
}
|
||||
|
||||
|
|
2
todo.ts
2
todo.ts
|
@ -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';
|
||||
|
|
Загрузка…
Ссылка в новой задаче