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 871e687 commit e763db8Copy full SHA for e763db8
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