https://github.com/angular/angular
Raw File
Tip revision: 7bd6cf9f0a47da797f5c68d46e219e3563d3394b authored by vsavkin on 07 November 2016, 18:22:39 UTC
fix: update public api master file
Tip revision: 7bd6cf9
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