https://github.com/angular/angular
Raw File
Tip revision: 2e714f9f2a0bc6b35d59a64ea3b3b4799900a655 authored by Miško Hevery on 28 August 2017, 22:58:42 UTC
release: cut the 5.0.0-beta.5 release
Tip revision: 2e714f9
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 './util';
/**
 * @stable
 */
export const VERSION = new Version('0.0.0-PLACEHOLDER');
back to top