https://github.com/angular/angular
Raw File
Tip revision: 784667ca12ab9628714d858b55b61611737cd283 authored by Jessica Janiuk on 02 December 2020, 18:38:25 UTC
release: cut the v11.1.0-next.1 release (#39932)
Tip revision: 784667c
compiler.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