We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e941d2 commit b1c0286Copy full SHA for b1c0286
packages/core/index.ts
@@ -6,9 +6,10 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
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.
+/* 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.
13
+ */
14
15
export * from './public_api';
0 commit comments