@angular/platform-webworker-dynamic
Version:
Angular - library for using Angular in a web browser with web workers
35 lines • 1.94 kB
JavaScript
/**
* @license Angular v6.1.8
* (c) 2010-2018 Google, Inc. https://angular.io/
* License: MIT
*/
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@angular/core"),require("@angular/common"),require("@angular/compiler"),require("@angular/platform-browser-dynamic")):"function"==typeof define&&define.amd?define("@angular/platform-webworker-dynamic",["exports","@angular/core","@angular/common","@angular/compiler","@angular/platform-browser-dynamic"],r):r((e.ng=e.ng||{},e.ng.platformWebworkerDynamic={}),e.ng.core,e.ng.common,e.ng.compiler,e.ng.platformBrowserDynamic)}(this,function(e,r,o,a,n){"use strict";
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/var i=new r.Version("6.1.8"),m=r.createPlatformFactory(n.ɵplatformCoreDynamic,"workerAppDynamic",[{provide:r.COMPILER_OPTIONS,useValue:{providers:[{provide:a.ResourceLoader,useClass:n.ɵResourceLoaderImpl,deps:[]}]},multi:!0},{provide:r.PLATFORM_ID,useValue:o.ɵPLATFORM_WORKER_UI_ID}]);
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
e.platformWorkerAppDynamic=m,e.VERSION=i,Object.defineProperty(e,"__esModule",{value:!0})});