mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 21:09:17 -06:00
12 lines
278 B
JavaScript
12 lines
278 B
JavaScript
module.exports = {
|
|
hmrModule: function (ngmodule) {
|
|
return ngmodule
|
|
},
|
|
NgProbeToken: {},
|
|
HmrState: function () {},
|
|
_createConditionalRootRenderer: function (rootRenderer, extraTokens, coreTokens) {
|
|
return rootRenderer
|
|
},
|
|
__platform_browser_private__: {}
|
|
}
|