Blame view

config/empty.js 218 Bytes
05b0b5d8   Yarik   first commit
1
2
3
4
5
6
7
8
  module.exports = {
    NgProbeToken: {},
    HmrState: function() {},
    _createConditionalRootRenderer: function(rootRenderer, extraTokens, coreTokens) {
      return rootRenderer;
    },
    __platform_browser_private__: {}
  };