https://github.com/angular/angular
Raw File
Tip revision: 912068e71c652f72dcf87ff71e0bda0068b38d95 authored by Chuck Jazdzewski on 12 October 2017, 17:26:21 UTC
docs: add changelog for 4.4.5
Tip revision: 912068e
public_api.ts
/**
 * @license
 * Copyright Google Inc. 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 the forms package.
 */
export * from './src/forms';

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