Skip to content

Commit

Permalink
chore(modules): Organize modules
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast authored and jeffbcross committed Jun 30, 2016
1 parent 6d6f2f3 commit 80add4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/angularfire2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import {FirebaseDatabase} from './database/database';

@Injectable()
export class AngularFire {
list: (url:string, opts?:FirebaseListFactoryOpts) => FirebaseListObservable<any[]>;
object: (url: string, opts?:FirebaseObjectFactoryOpts) => FirebaseObjectObservable<any>;
constructor(
@Inject(FirebaseConfig) private fbUrl:string,
public auth: AngularFireAuth,
Expand Down

0 comments on commit 80add4a

Please sign in to comment.