Revision 2d1347b2ceef8c1e564c0f7cfe3a0a740b915e80 authored by Alex Rickabaugh on 16 June 2021, 16:24:58 UTC, committed by Alex Rickabaugh on 16 June 2021, 16:49:38 UTC
This reverts commit 5822771946d6c72f8b4daa8959da368effe86d37.

PR Close #42583
1 parent ec6dc78
Raw File
index.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 is not used to build this module. It is only used during editing
// by the TypeScript language service and during build for verification. `ngc`
// replaces this file with production index.ts when it rewrites private symbol
// names.

export * from './public_api';
back to top