https://github.com/angular/angular
Raw File
Tip revision: deea6da0e00e8a0fca681670d65cf13d149dc482 authored by Matias Niemelä on 22 April 2020, 18:59:44 UTC
release: cut the v10.0.0-next.3 release
Tip revision: deea6da
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';

export const VERSION = new Version('0.0.0-PLACEHOLDER');
back to top