Skip to content

Commit

Permalink
refactor(core): made comment structure consistent in index.ts (#43684)
Browse files Browse the repository at this point in the history
changed second big block of comments to use multi-line comment structure instead of multiple single-line comments

PR Close #43684
  • Loading branch information
import-brain authored and thePunderWoman committed Oct 21, 2021
1 parent 9a12530 commit 7817892
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
* found in the LICENSE file at https://angular.io/license
*/

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

export * from './public_api';

0 comments on commit 7817892

Please sign in to comment.