https://github.com/angular/angular
Raw File
Tip revision: f5307bf119b08c8a1f8b2c9a6e5cc08880acdb23 authored by Jessica Janiuk on 15 November 2023, 20:21:10 UTC
release: cut the v17.0.3 release
Tip revision: f5307bf
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/animations';
back to top