Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b1c0286

Browse filesBrowse files
ejchengthePunderWoman
authored andcommitted
refactor(core): made comment structure consistent in index.ts (#43684)
changed second big block of comments to use multi-line comment structure instead of multiple single-line comments PR Close #43684
1 parent 2e941d2 commit b1c0286
Copy full SHA for b1c0286

File tree

Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed

‎packages/core/index.ts

Copy file name to clipboardExpand all lines: packages/core/index.ts
+5-4Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
// This file is not used to build this module. It is only used during editing
10-
// by the TypeScript language service and during build for verification. `ngc`
11-
// replaces this file with production index.ts when it rewrites private symbol
12-
// names.
9+
/* This file is not used to build this module. It is only used during editing
10+
* by the TypeScript language service and during build for verification. `ngc`
11+
* replaces this file with production index.ts when it rewrites private symbol
12+
* names.
13+
*/
1314

1415
export * from './public_api';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.