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
version.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 common package.
 */

import {Version} from '@angular/core';
/**
 * @stable
 */
export const VERSION = new Version('0.0.0-PLACEHOLDER');
back to top