https://github.com/angular/angular
Raw File
Tip revision: 8503cc1db72b0639f3bc697b2f1add0e1dca2c97 authored by Alex Eagle on 17 January 2018, 18:10:18 UTC
docs: add changelog for 6.0.0-beta.0
Tip revision: 8503cc1
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