mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
8 lines
218 B
JavaScript
8 lines
218 B
JavaScript
module.exports = {
|
|
NgProbeToken: {},
|
|
HmrState: function() {},
|
|
_createConditionalRootRenderer: function(rootRenderer, extraTokens, coreTokens) {
|
|
return rootRenderer;
|
|
},
|
|
__platform_browser_private__: {}
|
|
};
|