MCPcopy Index your code
hub / github.com/angular/angularfire / stringifyFormatted

Function stringifyFormatted

src/schematics/common.ts:7–7  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

5export const shortSiteName = (site?: FirebaseHostingSite) => site?.name?.split('/').pop();
6
7export const stringifyFormatted = (obj: any) => JSON.stringify(obj, null, 2);
8
9export const overwriteIfExists = (
10 tree: Tree,

Callers 3

ngUpdateFunction · 0.90
addDependenciesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected