https://github.com/angular/angular
Raw File
Tip revision: f5507420204f97463c2de9531ad9d907320d38da authored by Jessica Janiuk on 28 April 2021, 18:18:38 UTC
release: cut the v11.2.12 release
Tip revision: f550742
version.ts
/**
 * @license
 * Copyright Google LLC 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