https://github.com/angular/angular
Raw File
Tip revision: 4a7e7242382e069b487ed89cdc42e5368af0c007 authored by dario-piotrowicz on 23 May 2022, 20:54:54 UTC
refactor(compiler-cli): fix "for to" typo in code comment (#46113)
Tip revision: 4a7e724
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