Skip to content

Commit

Permalink
docs: fix package name in version.ts files in different packages (#41208
Browse files Browse the repository at this point in the history
)

PR Close #41208
  • Loading branch information
Julien-Marcou authored and alxhub committed May 10, 2021
1 parent 7a4d980 commit e3bb6fc
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/compiler-cli/src/version.ts
Expand Up @@ -9,7 +9,7 @@
/**
* @module
* @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';
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/src/version.ts
Expand Up @@ -9,7 +9,7 @@
/**
* @module
* @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';
Expand Down
1 change: 1 addition & 0 deletions packages/elements/src/version.ts
Expand Up @@ -7,6 +7,7 @@
*/

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

/**
* @publicApi
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/src/version.ts
Expand Up @@ -9,7 +9,7 @@
/**
* @module
* @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';
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser-dynamic/src/version.ts
Expand Up @@ -9,7 +9,7 @@
/**
* @module
* @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';
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser/src/version.ts
Expand Up @@ -9,7 +9,7 @@
/**
* @module
* @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';
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-server/src/version.ts
Expand Up @@ -9,7 +9,7 @@
/**
* @module
* @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';
Expand Down
2 changes: 1 addition & 1 deletion packages/router/src/version.ts
Expand Up @@ -9,7 +9,7 @@
/**
* @module
* @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';
Expand Down
2 changes: 1 addition & 1 deletion packages/upgrade/src/common/src/version.ts
Expand Up @@ -9,7 +9,7 @@
/**
* @module
* @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';
Expand Down

0 comments on commit e3bb6fc

Please sign in to comment.