https://github.com/angular/angular
Raw File
Tip revision: 5c89d6bffab52176e4afdfff1b71645cbba9bd47 authored by Trotyl on 20 February 2018, 06:34:21 UTC
feat(core): support metadata reflection for native class types (#22356)
Tip revision: 5c89d6b
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