https://github.com/angular/angular
Raw File
Tip revision: fa994810d521913ec2a9484f76a816baaa398885 authored by Igor Minar on 13 September 2016, 06:25:28 UTC
chore(release): v2.0.0-rc.7
Tip revision: fa99481
empty.ts
/**
 * @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
 */

// 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.

export var __empty__: any;
back to top