Revision ebd2ddbbd19224ba02bf50b85f8cbeb2c1fb1127 authored by Angular Robot on 25 October 2022, 19:17:25 UTC, committed by Pawel Kozlowski on 26 October 2022, 12:12:24 UTC
See associated pull request for more information.

PR Close #47846
1 parent df36537
Raw File
empty.ts
/**
 * @license
 * Copyright Google LLC 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