MCPcopy
hub / github.com/angular/angularfire / NgAddOptions

Interface NgAddOptions

src/schematics/interfaces.ts:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33export const enum PROJECT_TYPE { Static, CloudFunctions, CloudRun, WebFrameworks }
34
35export interface NgAddOptions {
36 firebaseProject: string;
37 project?: string;
38}
39
40export interface NgAddNormalizedOptions {
41 project: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected