ngx-admin/config/empty.js

9 lines
218 B
JavaScript
Raw Permalink Normal View History

2017-01-27 12:02:08 +03:00
module.exports = {
NgProbeToken: {},
HmrState: function() {},
_createConditionalRootRenderer: function(rootRenderer, extraTokens, coreTokens) {
return rootRenderer;
},
__platform_browser_private__: {}
};