https://github.com/angular/angular
Raw File
Tip revision: 2d78c8cc05514e278a7e8bbda681ba076a1958cb authored by Chuck Jazdzewski on 17 March 2017, 17:18:16 UTC
docs: add changelog for 4.0.0-rc.5
Tip revision: 2d78c8c
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