docs: fix package name in version.ts files in different packages (#41208)

PR Close #41208
This commit is contained in:
Julien Marcou 2021-03-16 16:43:16 +01:00 committed by Alex Rickabaugh
parent cd252b99fe
commit 562a782114
9 changed files with 9 additions and 8 deletions

View File

@ -9,7 +9,7 @@
/** /**
* @module * @module
* @description * @description
* Entry point for all public APIs of the common package. * Entry point for all public APIs of the compiler-cli package.
*/ */
import {Version} from '@angular/compiler'; import {Version} from '@angular/compiler';

View File

@ -9,7 +9,7 @@
/** /**
* @module * @module
* @description * @description
* Entry point for all public APIs of the common package. * Entry point for all public APIs of the compiler package.
*/ */
import {Version} from './util'; import {Version} from './util';

View File

@ -7,6 +7,7 @@
*/ */
import {Version} from '@angular/core'; import {Version} from '@angular/core';
/** /**
* @publicApi * @publicApi
*/ */

View File

@ -9,7 +9,7 @@
/** /**
* @module * @module
* @description * @description
* Entry point for all public APIs of the common package. * Entry point for all public APIs of the forms package.
*/ */
import {Version} from '@angular/core'; import {Version} from '@angular/core';

View File

@ -9,7 +9,7 @@
/** /**
* @module * @module
* @description * @description
* Entry point for all public APIs of the common package. * Entry point for all public APIs of the platform-browser-dynamic package.
*/ */
import {Version} from '@angular/core'; import {Version} from '@angular/core';

View File

@ -9,7 +9,7 @@
/** /**
* @module * @module
* @description * @description
* Entry point for all public APIs of the common package. * Entry point for all public APIs of the platform-browser package.
*/ */
import {Version} from '@angular/core'; import {Version} from '@angular/core';

View File

@ -9,7 +9,7 @@
/** /**
* @module * @module
* @description * @description
* Entry point for all public APIs of the common package. * Entry point for all public APIs of the platform-server package.
*/ */
import {Version} from '@angular/core'; import {Version} from '@angular/core';

View File

@ -9,7 +9,7 @@
/** /**
* @module * @module
* @description * @description
* Entry point for all public APIs of the common package. * Entry point for all public APIs of the router package.
*/ */
import {Version} from '@angular/core'; import {Version} from '@angular/core';

View File

@ -9,7 +9,7 @@
/** /**
* @module * @module
* @description * @description
* Entry point for all public APIs of the common package. * Entry point for all public APIs of the upgrade package.
*/ */
import {Version} from '@angular/core'; import {Version} from '@angular/core';