Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/packages/compiler/src/version.ts

20 lines
398 B
TypeScript
Raw Normal View History

fix: display framework version on bootstrapped component (#13252)
2016-12-06 16:21:07 -08:00
/**
* @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.
*/
refactor(compiler): split compiler and core (#18683) After this, neither @angular/compiler nor @angular/comnpiler-cli depend on @angular/core. This add a duplication of some interfaces and enums which is stored in @angular/compiler/src/core.ts BREAKING CHANGE: - `@angular/platform-server` now additionally depends on `@angular/platform-browser-dynamic` as a peer dependency. PR Close #18683
2017-08-16 09:00:03 -07:00
import {Version} from './util';
fix: display framework version on bootstrapped component (#13252)
2016-12-06 16:21:07 -08:00
/**
docs: remove all deprecated `@stable` jsdoc tags (#23210) These are no longer needed as stable docs are computed as those that do not have `@experimental` or `@deprecated` tags. PR Close #23210
2018-04-05 22:31:44 +01:00
*
fix: display framework version on bootstrapped component (#13252)
2016-12-06 16:21:07 -08:00
*/
export const VERSION = new Version('0.0.0-PLACEHOLDER');
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 367ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API