Skip to content

Commit

Permalink
Step 8.2: Wrap Meteor users collection
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent 2859cd1 commit 5058b6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/server/collections/users.ts
@@ -0,0 +1,5 @@
import { MongoObservable } from 'meteor-rxjs';
import { Meteor } from 'meteor/meteor';
import { User } from '../models';

export const Users = MongoObservable.fromExisting<User>(Meteor.users);

0 comments on commit 5058b6a

Please sign in to comment.