Anywhere Meteor.methods(methods) import { Meteor } from 'meteor/meteor'
Client Meteor.reconnect() import { Meteor } from 'meteor/meteor'
accounts-ui A turn-key user interface for Meteor Accounts. To add Accounts and a set of login
Anywhere customType.clone()
Client Accounts.onEnrollmentLink import { Accounts } from 'm
Anywhere collection.findOne([selector], [options])
After reading this guide, you’ll know: How to build reusable client side components in any user interface framework. How to build
Client Tracker.autorun(runFunc, [options]) import { Tracker }
Client Blaze.isTemplate(value) import { Blaze } from 'meteor/blaze'
App.icons(icons) Set the icons for your mobile app. Arguments
Page 25 of 28