https://github.com/angular/angular
Raw File
Tip revision: f5b7f2b9a5bf7e8d8f4ba645d97bd214d1df0fe2 authored by Matias Niemelä on 31 October 2017, 04:09:14 UTC
docs: add changelog for 5.0.0-rc.9
Tip revision: f5b7f2b
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 this package.
 */
export * from './src/forms';

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