https://github.com/angular/angular
Raw File
Tip revision: bde57016c6338f9961405ee0064ef44e0ef234f3 authored by Matias Niemelä on 24 October 2017, 00:35:17 UTC
docs: add changelog for 5.0.0-rc.4
Tip revision: bde5701
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 let __empty__: any;
back to top