https://github.com/angular/angular
Raw File
Tip revision: 4c01a080a337afa648abd506328f010581a12b26 authored by Dylan Hunn on 16 May 2024, 23:31:52 UTC
dev-infra: update DEVELOPER.md release instructions for zone.js
Tip revision: 4c01a08
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/core';

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