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.
JSONFile
1 parent 6dd88b4 commit 4ba55e4Copy full SHA for 4ba55e4
packages/schematics/angular/utility/json-file.ts
@@ -22,7 +22,7 @@ import {
22
export type InsertionIndex = (properties: string[]) => number;
23
export type JSONPath = (string | number)[];
24
25
-/** @internal */
+/** @private */
26
export class JSONFile {
27
content: string;
28
0 commit comments