https://github.com/angular/angular
Raw File
Tip revision: d684e5a8d33cbf42a19e81b629f60f2d8f56bac6 authored by twerske on 20 January 2021, 05:17:25 UTC
docs: add embedded videos to error guides (#40453)
Tip revision: d684e5a
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/forms';

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