Skip to content

Commit 562a782

Browse files
Julien-Marcoualxhub
authored andcommitted
docs: fix package name in version.ts files in different packages (angular#41208)
PR Close angular#41208
1 parent cd252b9 commit 562a782

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

packages/compiler-cli/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @module
1111
* @description
12-
* Entry point for all public APIs of the common package.
12+
* Entry point for all public APIs of the compiler-cli package.
1313
*/
1414

1515
import {Version} from '@angular/compiler';

packages/compiler/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @module
1111
* @description
12-
* Entry point for all public APIs of the common package.
12+
* Entry point for all public APIs of the compiler package.
1313
*/
1414

1515
import {Version} from './util';

packages/elements/src/version.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
import {Version} from '@angular/core';
10+
1011
/**
1112
* @publicApi
1213
*/

packages/forms/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @module
1111
* @description
12-
* Entry point for all public APIs of the common package.
12+
* Entry point for all public APIs of the forms package.
1313
*/
1414

1515
import {Version} from '@angular/core';

packages/platform-browser-dynamic/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @module
1111
* @description
12-
* Entry point for all public APIs of the common package.
12+
* Entry point for all public APIs of the platform-browser-dynamic package.
1313
*/
1414

1515
import {Version} from '@angular/core';

packages/platform-browser/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @module
1111
* @description
12-
* Entry point for all public APIs of the common package.
12+
* Entry point for all public APIs of the platform-browser package.
1313
*/
1414

1515
import {Version} from '@angular/core';

packages/platform-server/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @module
1111
* @description
12-
* Entry point for all public APIs of the common package.
12+
* Entry point for all public APIs of the platform-server package.
1313
*/
1414

1515
import {Version} from '@angular/core';

packages/router/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @module
1111
* @description
12-
* Entry point for all public APIs of the common package.
12+
* Entry point for all public APIs of the router package.
1313
*/
1414

1515
import {Version} from '@angular/core';

packages/upgrade/src/common/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @module
1111
* @description
12-
* Entry point for all public APIs of the common package.
12+
* Entry point for all public APIs of the upgrade package.
1313
*/
1414

1515
import {Version} from '@angular/core';

0 commit comments

Comments
 (0)