2016-06-23 12:47:54 -04:00
|
|
|
/**
|
|
|
|
* @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
|
|
|
|
*/
|
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
// This file intentionally left blank. It is used to load nothing in some cases.
|
|
|
|
// Such as parse5/index is redirected here instead of loading into browser.
|
|
|
|
|
2016-12-27 17:55:58 -05:00
|
|
|
export let __empty__: any;
|