version.js 513 Bytes
"use strict";
/**
 * @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
 */
Object.defineProperty(exports, "__esModule", { value: true });
/**
 * @module
 * @description
 * Entry point for all public APIs of the common package.
 */
var core_1 = require("@angular/core");
/**
 * @stable
 */
exports.VERSION = new core_1.Version('4.2.3');
//# sourceMappingURL=version.js.map