UNPKG

generator-angular-material-fullstack

Version:

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node

16 lines (14 loc) 321 B
'use strict'; angular.module('socketMock', []) .factory('socket', function() { return { socket: { connect: function() {}, on: function() {}, emit: function() {}, receive: function() {} }, syncUpdates: function() {}, unsyncUpdates: function() {} }; });