https://github.com/angular/angular
Raw File
Tip revision: 470738c8f775145630a07be783e50dac5d2194e5 authored by Jessica Janiuk on 14 December 2022, 19:05:36 UTC
release: cut the v15.0.4 release
Tip revision: 470738c
public_api.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
 */

/**
 * @module
 * @description
 * Entry point for all public APIs of this package.
 */
export * from './src/compiler';

// This file only reexports content of the `src` folder. Keep it that way.
back to top