Revision b381ad7d8a2ef016dc0e9112a9da9d9eeedadc34 authored by Matthieu Riegler on 02 May 2023, 19:56:37 UTC, committed by Pawel Kozlowski on 03 May 2023, 08:39:50 UTC
This page is unused since v7.

PR Close #50114
1 parent 0fba3ad
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