MCPcopy Index your code
hub / github.com/angular/angular-cli / setAngularAppEngineManifest

Function setAngularAppEngineManifest

packages/angular/ssr/src/manifest.ts:186–188  ·  view source on GitHub ↗
(manifest: AngularAppEngineManifest)

Source from the content-addressed store, hash-verified

184 * @param manifest - The engine manifest object to set.
185 */
186export function setAngularAppEngineManifest(manifest: AngularAppEngineManifest): void {
187 angularAppEngineManifest = manifest;
188}
189
190/**
191 * Gets the Angular app engine manifest.

Callers 1

app-engine_spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected