microsoft / ngconf2015demo

TodoMVC application demo for ng-conf 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firebase/angularfire reference has wrong casing

hindsholm opened this issue · comments

Compilation fails on Linux (Ubuntu 14.10) because

import {AngularFire, FirebaseArray} from 'firebase/Angularfire';

does not match the file firebase/angularfire.d.ts.
The reference should be with a lowercase 'a' instead 'A'.

I am not able to make a pull request right now, sorry.

Should be fixed by #11 now.