https://github.com/angular/angular
Raw File
Tip revision: e8c8a8df6a7331d8bf096d0dd95feb854c9c5f87 authored by Amit Gharat on 13 November 2020, 17:41:16 UTC
docs: add Angular + NgRx book by the asian BPB Publications (#39680)
Tip revision: e8c8a8d
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