UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

9 lines 361 B
'use strict';/** * All channels used by angular's WebWorker components are listed here. * You should not use these channels in your application code. */ exports.SETUP_CHANNEL = "ng-WebWorkerSetup"; exports.RENDERER_CHANNEL = "ng-Renderer"; exports.XHR_CHANNEL = "ng-XHR"; exports.EVENT_CHANNEL = "ng-events"; //# sourceMappingURL=messaging_api.js.map