{
	"id": 0,
	"name": "@rxap/environment",
	"variant": "project",
	"kind": 1,
	"flags": {},
	"children": [
		{
			"id": 1,
			"name": "EnvironmentComponent",
			"variant": "declaration",
			"kind": 128,
			"flags": {},
			"children": [
				{
					"id": 2,
					"name": "constructor",
					"variant": "declaration",
					"kind": 512,
					"flags": {},
					"signatures": [
						{
							"id": 3,
							"name": "EnvironmentComponent",
							"variant": "signature",
							"kind": 16384,
							"flags": {},
							"type": {
								"type": "reference",
								"target": 1,
								"name": "EnvironmentComponent",
								"package": "@rxap/environment"
							}
						}
					]
				},
				{
					"id": 4,
					"name": "environment",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isPublic": true,
						"isReadonly": true
					},
					"sources": [
						{
							"fileName": "environment/environment.component.ts",
							"line": 24,
							"character": 18,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment/environment.component.ts#L24"
						}
					],
					"type": {
						"type": "reference",
						"target": 19,
						"name": "Environment",
						"package": "@rxap/environment"
					},
					"defaultValue": "..."
				}
			],
			"groups": [
				{
					"title": "Constructors",
					"children": [
						2
					]
				},
				{
					"title": "Properties",
					"children": [
						4
					]
				}
			],
			"sources": [
				{
					"fileName": "environment/environment.component.ts",
					"line": 22,
					"character": 13,
					"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment/environment.component.ts#L22"
				}
			]
		},
		{
			"id": 19,
			"name": "Environment",
			"variant": "declaration",
			"kind": 256,
			"flags": {},
			"children": [
				{
					"id": 20,
					"name": "app",
					"variant": "declaration",
					"kind": 1024,
					"flags": {},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "The name of the app"
							}
						]
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 7,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L7"
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "string"
					}
				},
				{
					"id": 27,
					"name": "branch",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "The current branch"
							}
						]
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 35,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L35"
						}
					],
					"type": {
						"type": "union",
						"types": [
							{
								"type": "literal",
								"value": null
							},
							{
								"type": "intrinsic",
								"name": "string"
							}
						]
					}
				},
				{
					"id": 25,
					"name": "commit",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "The current commit"
							}
						]
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 27,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L27"
						}
					],
					"type": {
						"type": "union",
						"types": [
							{
								"type": "literal",
								"value": null
							},
							{
								"type": "intrinsic",
								"name": "string"
							}
						]
					}
				},
				{
					"id": 50,
					"name": "config",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 66,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L66"
						}
					],
					"type": {
						"type": "union",
						"types": [
							{
								"type": "intrinsic",
								"name": "string"
							},
							{
								"type": "reflection",
								"declaration": {
									"id": 51,
									"name": "__type",
									"variant": "declaration",
									"kind": 65536,
									"flags": {},
									"children": [
										{
											"id": 53,
											"name": "fromLocalStorage",
											"variant": "declaration",
											"kind": 1024,
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "environment.ts",
													"line": 68,
													"character": 4,
													"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L68"
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 52,
											"name": "fromUrlParam",
											"variant": "declaration",
											"kind": 1024,
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "environment.ts",
													"line": 67,
													"character": 4,
													"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L67"
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "boolean"
													}
												]
											}
										},
										{
											"id": 54,
											"name": "schema",
											"variant": "declaration",
											"kind": 1024,
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "environment.ts",
													"line": 69,
													"character": 4,
													"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L69"
												}
											],
											"type": {
												"type": "reference",
												"target": 13,
												"name": "AnySchema",
												"package": "@rxap/environment"
											}
										},
										{
											"id": 60,
											"name": "static",
											"variant": "declaration",
											"kind": 1024,
											"flags": {
												"isOptional": true
											},
											"comment": {
												"summary": [
													{
														"kind": "text",
														"text": "static config values"
													}
												]
											},
											"sources": [
												{
													"fileName": "environment.ts",
													"line": 75,
													"character": 4,
													"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L75"
												}
											],
											"type": {
												"type": "reference",
												"target": {
													"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
													"qualifiedName": "Record"
												},
												"typeArguments": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "any"
													}
												],
												"name": "Record",
												"package": "typescript"
											}
										},
										{
											"id": 55,
											"name": "strategy",
											"variant": "declaration",
											"kind": 1024,
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "environment.ts",
													"line": 70,
													"character": 4,
													"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L70"
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 56,
											"name": "url",
											"variant": "declaration",
											"kind": 1024,
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "environment.ts",
													"line": 71,
													"character": 4,
													"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L71"
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "array",
														"elementType": {
															"type": "intrinsic",
															"name": "string"
														}
													},
													{
														"type": "reflection",
														"declaration": {
															"id": 57,
															"name": "__type",
															"variant": "declaration",
															"kind": 65536,
															"flags": {},
															"sources": [
																{
																	"fileName": "environment.ts",
																	"line": 71,
																	"character": 31,
																	"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L71"
																}
															],
															"signatures": [
																{
																	"id": 58,
																	"name": "__type",
																	"variant": "signature",
																	"kind": 4096,
																	"flags": {},
																	"sources": [
																		{
																			"fileName": "environment.ts",
																			"line": 71,
																			"character": 31,
																			"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L71"
																		}
																	],
																	"parameters": [
																		{
																			"id": 59,
																			"name": "environment",
																			"variant": "param",
																			"kind": 32768,
																			"flags": {},
																			"type": {
																				"type": "reference",
																				"target": 19,
																				"name": "Environment",
																				"package": "@rxap/environment"
																			}
																		}
																	],
																	"type": {
																		"type": "union",
																		"types": [
																			{
																				"type": "intrinsic",
																				"name": "string"
																			},
																			{
																				"type": "array",
																				"elementType": {
																					"type": "intrinsic",
																					"name": "string"
																				}
																			}
																		]
																	}
																}
															]
														}
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"children": [
												53,
												52,
												54,
												60,
												55,
												56
											]
										}
									],
									"sources": [
										{
											"fileName": "environment.ts",
											"line": 66,
											"character": 20,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L66"
										}
									]
								}
							}
						]
					}
				},
				{
					"id": 33,
					"name": "moduleFederation",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 47,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L47"
						}
					],
					"type": {
						"type": "reflection",
						"declaration": {
							"id": 34,
							"name": "__type",
							"variant": "declaration",
							"kind": 65536,
							"flags": {},
							"children": [
								{
									"id": 35,
									"name": "manifest",
									"variant": "declaration",
									"kind": 1024,
									"flags": {
										"isOptional": true
									},
									"sources": [
										{
											"fileName": "environment.ts",
											"line": 48,
											"character": 4,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L48"
										}
									],
									"type": {
										"type": "union",
										"types": [
											{
												"type": "intrinsic",
												"name": "string"
											},
											{
												"type": "reference",
												"target": {
													"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
													"qualifiedName": "Record"
												},
												"typeArguments": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												],
												"name": "Record",
												"package": "typescript"
											}
										]
									}
								}
							],
							"groups": [
								{
									"title": "Properties",
									"children": [
										35
									]
								}
							],
							"sources": [
								{
									"fileName": "environment.ts",
									"line": 47,
									"character": 21,
									"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L47"
								}
							]
						}
					}
				},
				{
					"id": 21,
					"name": "name",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "The name of the environment"
							}
						]
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 11,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L11"
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "string"
					}
				},
				{
					"id": 62,
					"name": "openApi",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 80,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L80"
						}
					],
					"type": {
						"type": "reflection",
						"declaration": {
							"id": 63,
							"name": "__type",
							"variant": "declaration",
							"kind": 65536,
							"flags": {},
							"children": [
								{
									"id": 64,
									"name": "load",
									"variant": "declaration",
									"kind": 1024,
									"flags": {
										"isOptional": true
									},
									"sources": [
										{
											"fileName": "environment.ts",
											"line": 81,
											"character": 4,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L81"
										}
									],
									"type": {
										"type": "union",
										"types": [
											{
												"type": "intrinsic",
												"name": "boolean"
											},
											{
												"type": "reflection",
												"declaration": {
													"id": 65,
													"name": "__type",
													"variant": "declaration",
													"kind": 65536,
													"flags": {},
													"children": [
														{
															"id": 66,
															"name": "openApiUrl",
															"variant": "declaration",
															"kind": 1024,
															"flags": {
																"isOptional": true
															},
															"sources": [
																{
																	"fileName": "environment.ts",
																	"line": 82,
																	"character": 6,
																	"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L82"
																}
															],
															"type": {
																"type": "intrinsic",
																"name": "string"
															}
														}
													],
													"groups": [
														{
															"title": "Properties",
															"children": [
																66
															]
														}
													],
													"sources": [
														{
															"fileName": "environment.ts",
															"line": 81,
															"character": 11,
															"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L81"
														}
													]
												}
											}
										]
									}
								}
							],
							"groups": [
								{
									"title": "Properties",
									"children": [
										64
									]
								}
							],
							"sources": [
								{
									"fileName": "environment.ts",
									"line": 80,
									"character": 12,
									"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L80"
								}
							]
						}
					}
				},
				{
					"id": 61,
					"name": "origin",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 78,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L78"
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "string"
					}
				},
				{
					"id": 22,
					"name": "production",
					"variant": "declaration",
					"kind": 1024,
					"flags": {},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "The app is compiled from code in the production branch"
							}
						]
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 15,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L15"
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "boolean"
					}
				},
				{
					"id": 24,
					"name": "release",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "The current app release"
							}
						]
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 23,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L23"
						}
					],
					"type": {
						"type": "union",
						"types": [
							{
								"type": "literal",
								"value": null
							},
							{
								"type": "intrinsic",
								"name": "string"
							}
						]
					}
				},
				{
					"id": 36,
					"name": "sentry",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 51,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L51"
						}
					],
					"type": {
						"type": "reflection",
						"declaration": {
							"id": 37,
							"name": "__type",
							"variant": "declaration",
							"kind": 65536,
							"flags": {},
							"children": [
								{
									"id": 39,
									"name": "debug",
									"variant": "declaration",
									"kind": 1024,
									"flags": {
										"isOptional": true
									},
									"sources": [
										{
											"fileName": "environment.ts",
											"line": 53,
											"character": 4,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L53"
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "boolean"
									}
								},
								{
									"id": 40,
									"name": "dsn",
									"variant": "declaration",
									"kind": 1024,
									"flags": {
										"isOptional": true
									},
									"sources": [
										{
											"fileName": "environment.ts",
											"line": 54,
											"character": 4,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L54"
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "string"
									}
								},
								{
									"id": 38,
									"name": "enabled",
									"variant": "declaration",
									"kind": 1024,
									"flags": {
										"isOptional": true
									},
									"sources": [
										{
											"fileName": "environment.ts",
											"line": 52,
											"character": 4,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L52"
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "boolean"
									}
								},
								{
									"id": 41,
									"name": "integrations",
									"variant": "declaration",
									"kind": 1024,
									"flags": {
										"isOptional": true
									},
									"sources": [
										{
											"fileName": "environment.ts",
											"line": 55,
											"character": 4,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L55"
										}
									],
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 42,
											"name": "__type",
											"variant": "declaration",
											"kind": 65536,
											"flags": {},
											"children": [
												{
													"id": 47,
													"name": "BrowserTracing",
													"variant": "declaration",
													"kind": 1024,
													"flags": {
														"isOptional": true
													},
													"sources": [
														{
															"fileName": "environment.ts",
															"line": 60,
															"character": 6,
															"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L60"
														}
													],
													"type": {
														"type": "reflection",
														"declaration": {
															"id": 48,
															"name": "__type",
															"variant": "declaration",
															"kind": 65536,
															"flags": {},
															"children": [
																{
																	"id": 49,
																	"name": "tracePropagationTargets",
																	"variant": "declaration",
																	"kind": 1024,
																	"flags": {
																		"isOptional": true
																	},
																	"sources": [
																		{
																			"fileName": "environment.ts",
																			"line": 61,
																			"character": 8,
																			"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L61"
																		}
																	],
																	"type": {
																		"type": "array",
																		"elementType": {
																			"type": "intrinsic",
																			"name": "string"
																		}
																	}
																}
															],
															"groups": [
																{
																	"title": "Properties",
																	"children": [
																		49
																	]
																}
															],
															"sources": [
																{
																	"fileName": "environment.ts",
																	"line": 60,
																	"character": 23,
																	"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L60"
																}
															]
														}
													}
												},
												{
													"id": 43,
													"name": "httpClient",
													"variant": "declaration",
													"kind": 1024,
													"flags": {
														"isOptional": true
													},
													"sources": [
														{
															"fileName": "environment.ts",
															"line": 56,
															"character": 6,
															"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L56"
														}
													],
													"type": {
														"type": "reflection",
														"declaration": {
															"id": 44,
															"name": "__type",
															"variant": "declaration",
															"kind": 65536,
															"flags": {},
															"children": [
																{
																	"id": 46,
																	"name": "failedRequestStatusCodes",
																	"variant": "declaration",
																	"kind": 1024,
																	"flags": {
																		"isOptional": true
																	},
																	"sources": [
																		{
																			"fileName": "environment.ts",
																			"line": 58,
																			"character": 8,
																			"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L58"
																		}
																	],
																	"type": {
																		"type": "array",
																		"elementType": {
																			"type": "union",
																			"types": [
																				{
																					"type": "intrinsic",
																					"name": "number"
																				},
																				{
																					"type": "tuple",
																					"elements": [
																						{
																							"type": "intrinsic",
																							"name": "number"
																						},
																						{
																							"type": "intrinsic",
																							"name": "number"
																						}
																					]
																				}
																			]
																		}
																	}
																},
																{
																	"id": 45,
																	"name": "failedRequestTargets",
																	"variant": "declaration",
																	"kind": 1024,
																	"flags": {
																		"isOptional": true
																	},
																	"sources": [
																		{
																			"fileName": "environment.ts",
																			"line": 57,
																			"character": 8,
																			"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L57"
																		}
																	],
																	"type": {
																		"type": "array",
																		"elementType": {
																			"type": "union",
																			"types": [
																				{
																					"type": "intrinsic",
																					"name": "string"
																				},
																				{
																					"type": "reference",
																					"target": {
																						"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
																						"qualifiedName": "RegExp"
																					},
																					"name": "RegExp",
																					"package": "typescript"
																				}
																			]
																		}
																	}
																}
															],
															"groups": [
																{
																	"title": "Properties",
																	"children": [
																		46,
																		45
																	]
																}
															],
															"sources": [
																{
																	"fileName": "environment.ts",
																	"line": 56,
																	"character": 19,
																	"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L56"
																}
															]
														}
													}
												}
											],
											"groups": [
												{
													"title": "Properties",
													"children": [
														47,
														43
													]
												}
											],
											"sources": [
												{
													"fileName": "environment.ts",
													"line": 55,
													"character": 19,
													"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L55"
												}
											]
										}
									}
								}
							],
							"groups": [
								{
									"title": "Properties",
									"children": [
										39,
										40,
										38,
										41
									]
								}
							],
							"sources": [
								{
									"fileName": "environment.ts",
									"line": 51,
									"character": 11,
									"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L51"
								}
							]
						}
					}
				},
				{
					"id": 23,
					"name": "serviceWorker",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "Where the service worker is active or not"
							}
						]
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 19,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L19"
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "boolean"
					}
				},
				{
					"id": 30,
					"name": "slug",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 43,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L43"
						}
					],
					"type": {
						"type": "reflection",
						"declaration": {
							"id": 31,
							"name": "__type",
							"variant": "declaration",
							"kind": 65536,
							"flags": {},
							"children": [
								{
									"id": 32,
									"name": "name",
									"variant": "declaration",
									"kind": 1024,
									"flags": {
										"isOptional": true
									},
									"sources": [
										{
											"fileName": "environment.ts",
											"line": 44,
											"character": 4,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L44"
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "string"
									}
								}
							],
							"groups": [
								{
									"title": "Properties",
									"children": [
										32
									]
								}
							],
							"sources": [
								{
									"fileName": "environment.ts",
									"line": 43,
									"character": 9,
									"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L43"
								}
							]
						}
					}
				},
				{
					"id": 28,
					"name": "tag",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "The current tag"
							}
						]
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 39,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L39"
						}
					],
					"type": {
						"type": "union",
						"types": [
							{
								"type": "literal",
								"value": null
							},
							{
								"type": "intrinsic",
								"name": "string"
							}
						]
					}
				},
				{
					"id": 29,
					"name": "tier",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 41,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L41"
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "string"
					}
				},
				{
					"id": 26,
					"name": "timestamp",
					"variant": "declaration",
					"kind": 1024,
					"flags": {
						"isOptional": true
					},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "The build timestamp"
							}
						]
					},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 31,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L31"
						}
					],
					"type": {
						"type": "union",
						"types": [
							{
								"type": "literal",
								"value": null
							},
							{
								"type": "intrinsic",
								"name": "string"
							},
							{
								"type": "intrinsic",
								"name": "number"
							}
						]
					}
				}
			],
			"groups": [
				{
					"title": "Properties",
					"children": [
						20,
						27,
						25,
						50,
						33,
						21,
						62,
						61,
						22,
						24,
						36,
						23,
						30,
						28,
						29,
						26
					]
				}
			],
			"sources": [
				{
					"fileName": "environment.ts",
					"line": 3,
					"character": 17,
					"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L3"
				}
			],
			"indexSignatures": [
				{
					"id": 67,
					"name": "__index",
					"variant": "signature",
					"kind": 8192,
					"flags": {},
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 86,
							"character": 2,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L86"
						}
					],
					"parameters": [
						{
							"id": 68,
							"name": "key",
							"variant": "param",
							"kind": 32768,
							"flags": {},
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "any"
					}
				}
			]
		},
		{
			"id": 13,
			"name": "AnySchema",
			"variant": "declaration",
			"kind": 2097152,
			"flags": {},
			"sources": [
				{
					"fileName": "environment.ts",
					"line": 1,
					"character": 12,
					"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L1"
				}
			],
			"type": {
				"type": "reflection",
				"declaration": {
					"id": 14,
					"name": "__type",
					"variant": "declaration",
					"kind": 65536,
					"flags": {},
					"children": [
						{
							"id": 15,
							"name": "validateAsync",
							"variant": "declaration",
							"kind": 1024,
							"flags": {},
							"sources": [
								{
									"fileName": "environment.ts",
									"line": 1,
									"character": 26,
									"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L1"
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 16,
									"name": "__type",
									"variant": "declaration",
									"kind": 65536,
									"flags": {},
									"sources": [
										{
											"fileName": "environment.ts",
											"line": 1,
											"character": 41,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L1"
										}
									],
									"signatures": [
										{
											"id": 17,
											"name": "__type",
											"variant": "signature",
											"kind": 4096,
											"flags": {},
											"parameters": [
												{
													"id": 18,
													"name": "args",
													"variant": "param",
													"kind": 32768,
													"flags": {
														"isRest": true
													},
													"type": {
														"type": "array",
														"elementType": {
															"type": "intrinsic",
															"name": "any"
														}
													}
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										}
									]
								}
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"children": [
								15
							]
						}
					],
					"sources": [
						{
							"fileName": "environment.ts",
							"line": 1,
							"character": 24,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment.ts#L1"
						}
					]
				}
			}
		},
		{
			"id": 5,
			"name": "RXAP_ENVIRONMENT",
			"variant": "declaration",
			"kind": 32,
			"flags": {
				"isConst": true
			},
			"sources": [
				{
					"fileName": "environment/tokens.ts",
					"line": 4,
					"character": 13,
					"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/environment/tokens.ts#L4"
				}
			],
			"type": {
				"type": "reference",
				"target": {
					"sourceFileName": "node_modules/@angular/core/index.d.ts",
					"qualifiedName": "InjectionToken"
				},
				"typeArguments": [
					{
						"type": "reference",
						"target": 19,
						"name": "Environment",
						"package": "@rxap/environment"
					}
				],
				"name": "InjectionToken",
				"package": "@angular/core"
			},
			"defaultValue": "..."
		},
		{
			"id": 6,
			"name": "DetermineProductionEnvironmentName",
			"variant": "declaration",
			"kind": 64,
			"flags": {},
			"sources": [
				{
					"fileName": "determine-production-environment-name.ts",
					"line": 3,
					"character": 16,
					"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/determine-production-environment-name.ts#L3"
				}
			],
			"signatures": [
				{
					"id": 7,
					"name": "DetermineProductionEnvironmentName",
					"variant": "signature",
					"kind": 4096,
					"flags": {},
					"sources": [
						{
							"fileName": "determine-production-environment-name.ts",
							"line": 3,
							"character": 16,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/determine-production-environment-name.ts#L3"
						}
					],
					"parameters": [
						{
							"id": 8,
							"name": "environment",
							"variant": "param",
							"kind": 32768,
							"flags": {},
							"type": {
								"type": "reference",
								"target": 19,
								"name": "Environment",
								"package": "@rxap/environment"
							}
						}
					],
					"type": {
						"type": "union",
						"types": [
							{
								"type": "intrinsic",
								"name": "undefined"
							},
							{
								"type": "intrinsic",
								"name": "string"
							}
						]
					}
				}
			]
		},
		{
			"id": 9,
			"name": "DetermineReleaseName",
			"variant": "declaration",
			"kind": 64,
			"flags": {},
			"sources": [
				{
					"fileName": "determine-release-name.ts",
					"line": 3,
					"character": 16,
					"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/determine-release-name.ts#L3"
				}
			],
			"signatures": [
				{
					"id": 10,
					"name": "DetermineReleaseName",
					"variant": "signature",
					"kind": 4096,
					"flags": {},
					"sources": [
						{
							"fileName": "determine-release-name.ts",
							"line": 3,
							"character": 16,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/determine-release-name.ts#L3"
						}
					],
					"parameters": [
						{
							"id": 11,
							"name": "environment",
							"variant": "param",
							"kind": 32768,
							"flags": {},
							"type": {
								"type": "reference",
								"target": 19,
								"name": "Environment",
								"package": "@rxap/environment"
							}
						},
						{
							"id": 12,
							"name": "defaultReleaseName",
							"variant": "param",
							"kind": 32768,
							"flags": {},
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"defaultValue": "'local-development'"
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "string"
					}
				}
			]
		},
		{
			"id": 69,
			"name": "IsNotReleaseVersion",
			"variant": "declaration",
			"kind": 64,
			"flags": {},
			"sources": [
				{
					"fileName": "is-not-release-version.ts",
					"line": 3,
					"character": 16,
					"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/is-not-release-version.ts#L3"
				}
			],
			"signatures": [
				{
					"id": 70,
					"name": "IsNotReleaseVersion",
					"variant": "signature",
					"kind": 4096,
					"flags": {},
					"sources": [
						{
							"fileName": "is-not-release-version.ts",
							"line": 3,
							"character": 16,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/is-not-release-version.ts#L3"
						}
					],
					"parameters": [
						{
							"id": 71,
							"name": "environment",
							"variant": "param",
							"kind": 32768,
							"flags": {},
							"type": {
								"type": "reference",
								"target": 19,
								"name": "Environment",
								"package": "@rxap/environment"
							}
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "boolean"
					}
				}
			]
		},
		{
			"id": 72,
			"name": "ProvideEnvironment",
			"variant": "declaration",
			"kind": 64,
			"flags": {},
			"sources": [
				{
					"fileName": "provide-environment.ts",
					"line": 4,
					"character": 16,
					"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/provide-environment.ts#L4"
				}
			],
			"signatures": [
				{
					"id": 73,
					"name": "ProvideEnvironment",
					"variant": "signature",
					"kind": 4096,
					"flags": {},
					"sources": [
						{
							"fileName": "provide-environment.ts",
							"line": 4,
							"character": 16,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/provide-environment.ts#L4"
						}
					],
					"parameters": [
						{
							"id": 74,
							"name": "environment",
							"variant": "param",
							"kind": 32768,
							"flags": {},
							"type": {
								"type": "reference",
								"target": 19,
								"name": "Environment",
								"package": "@rxap/environment"
							}
						}
					],
					"type": {
						"type": "reflection",
						"declaration": {
							"id": 75,
							"name": "__type",
							"variant": "declaration",
							"kind": 65536,
							"flags": {},
							"children": [
								{
									"id": 76,
									"name": "provide",
									"variant": "declaration",
									"kind": 1024,
									"flags": {},
									"sources": [
										{
											"fileName": "provide-environment.ts",
											"line": 6,
											"character": 4,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/provide-environment.ts#L6"
										}
									],
									"type": {
										"type": "reference",
										"target": {
											"sourceFileName": "node_modules/@angular/core/index.d.ts",
											"qualifiedName": "InjectionToken"
										},
										"typeArguments": [
											{
												"type": "reference",
												"target": 19,
												"name": "Environment",
												"package": "@rxap/environment"
											}
										],
										"name": "InjectionToken",
										"package": "@angular/core"
									},
									"defaultValue": "RXAP_ENVIRONMENT"
								},
								{
									"id": 77,
									"name": "useValue",
									"variant": "declaration",
									"kind": 1024,
									"flags": {},
									"sources": [
										{
											"fileName": "provide-environment.ts",
											"line": 7,
											"character": 4,
											"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/provide-environment.ts#L7"
										}
									],
									"type": {
										"type": "reference",
										"target": 19,
										"name": "Environment",
										"package": "@rxap/environment"
									},
									"defaultValue": "environment"
								}
							],
							"groups": [
								{
									"title": "Properties",
									"children": [
										76,
										77
									]
								}
							],
							"sources": [
								{
									"fileName": "provide-environment.ts",
									"line": 5,
									"character": 9,
									"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/provide-environment.ts#L5"
								}
							]
						}
					}
				}
			]
		},
		{
			"id": 78,
			"name": "UpdateEnvironment",
			"variant": "declaration",
			"kind": 64,
			"flags": {},
			"sources": [
				{
					"fileName": "update-environment.ts",
					"line": 6,
					"character": 22,
					"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/update-environment.ts#L6"
				}
			],
			"signatures": [
				{
					"id": 79,
					"name": "UpdateEnvironment",
					"variant": "signature",
					"kind": 4096,
					"flags": {},
					"comment": {
						"summary": [
							{
								"kind": "text",
								"text": "Loads the build.json and adds all keys to the environment object"
							}
						]
					},
					"sources": [
						{
							"fileName": "update-environment.ts",
							"line": 6,
							"character": 22,
							"url": "https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/environment/src/lib/update-environment.ts#L6"
						}
					],
					"parameters": [
						{
							"id": 80,
							"name": "environment",
							"variant": "param",
							"kind": 32768,
							"flags": {},
							"type": {
								"type": "reference",
								"target": 19,
								"name": "Environment",
								"package": "@rxap/environment"
							}
						},
						{
							"id": 81,
							"name": "url",
							"variant": "param",
							"kind": 32768,
							"flags": {},
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"defaultValue": "'build.json'"
						}
					],
					"type": {
						"type": "reference",
						"target": {
							"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
							"qualifiedName": "Promise"
						},
						"typeArguments": [
							{
								"type": "intrinsic",
								"name": "void"
							}
						],
						"name": "Promise",
						"package": "typescript"
					}
				}
			]
		}
	],
	"groups": [
		{
			"title": "Classes",
			"children": [
				1
			]
		},
		{
			"title": "Interfaces",
			"children": [
				19
			]
		},
		{
			"title": "Type Aliases",
			"children": [
				13
			]
		},
		{
			"title": "Variables",
			"children": [
				5
			]
		},
		{
			"title": "Functions",
			"children": [
				6,
				9,
				69,
				72,
				78
			]
		}
	],
	"packageName": "@rxap/environment",
	"packageVersion": "19.1.0",
	"readme": [
		{
			"kind": "text",
			"text": "Provides utilities and components for managing application environments in Angular, including determining environment names, release versions, and providing environment-specific configurations. It offers a component to display environment information and functions to update the environment with build details. The package also includes an init generator for setting up peer dependencies.\n\n[![npm version](https://img.shields.io/npm/v/@rxap/environment?style=flat-square)](https://www.npmjs.com/package/@rxap/environment)\n[![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@rxap/environment)\n![npm](https://img.shields.io/npm/dm/@rxap/environment)\n![NPM](https://img.shields.io/npm/l/@rxap/environment)\n\n- [Installation](#installation)\n- [Generators](#generators)\n  - [init](#init)\n\n# Installation\n\n**Add the package to your workspace:**\n"
		},
		{
			"kind": "code",
			"text": "```bash\nyarn add @rxap/environment\n```"
		},
		{
			"kind": "text",
			"text": "\n**Install peer dependencies:**\n"
		},
		{
			"kind": "code",
			"text": "```bash\nyarn add @angular/common @angular/core \n```"
		},
		{
			"kind": "text",
			"text": "\n**Execute the init generator:**\n"
		},
		{
			"kind": "code",
			"text": "```bash\nyarn nx g @rxap/environment:init\n```"
		},
		{
			"kind": "text",
			"text": "\n# Generators\n\n## init\n> Initialize the package in the workspace\n\n"
		},
		{
			"kind": "code",
			"text": "```bash\nnx g @rxap/environment:init\n```"
		}
	],
	"symbolIdMap": {
		"0": {
			"sourceFileName": "packages/angular/environment/src/index.ts",
			"qualifiedName": ""
		},
		"1": {
			"sourceFileName": "packages/angular/environment/src/lib/environment/environment.component.ts",
			"qualifiedName": "EnvironmentComponent"
		},
		"4": {
			"sourceFileName": "packages/angular/environment/src/lib/environment/environment.component.ts",
			"qualifiedName": "EnvironmentComponent.environment"
		},
		"5": {
			"sourceFileName": "packages/angular/environment/src/lib/environment/tokens.ts",
			"qualifiedName": "RXAP_ENVIRONMENT"
		},
		"6": {
			"sourceFileName": "packages/angular/environment/src/lib/determine-production-environment-name.ts",
			"qualifiedName": "DetermineProductionEnvironmentName"
		},
		"7": {
			"sourceFileName": "packages/angular/environment/src/lib/determine-production-environment-name.ts",
			"qualifiedName": "DetermineProductionEnvironmentName"
		},
		"8": {
			"sourceFileName": "packages/angular/environment/src/lib/determine-production-environment-name.ts",
			"qualifiedName": "environment"
		},
		"9": {
			"sourceFileName": "packages/angular/environment/src/lib/determine-release-name.ts",
			"qualifiedName": "DetermineReleaseName"
		},
		"10": {
			"sourceFileName": "packages/angular/environment/src/lib/determine-release-name.ts",
			"qualifiedName": "DetermineReleaseName"
		},
		"11": {
			"sourceFileName": "packages/angular/environment/src/lib/determine-release-name.ts",
			"qualifiedName": "environment"
		},
		"12": {
			"sourceFileName": "packages/angular/environment/src/lib/determine-release-name.ts",
			"qualifiedName": "defaultReleaseName"
		},
		"13": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "AnySchema"
		},
		"14": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"15": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.validateAsync"
		},
		"16": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"17": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"18": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "args"
		},
		"19": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment"
		},
		"20": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.app"
		},
		"21": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.name"
		},
		"22": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.production"
		},
		"23": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.serviceWorker"
		},
		"24": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.release"
		},
		"25": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.commit"
		},
		"26": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.timestamp"
		},
		"27": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.branch"
		},
		"28": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.tag"
		},
		"29": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.tier"
		},
		"30": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.slug"
		},
		"31": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"32": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.name"
		},
		"33": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.moduleFederation"
		},
		"34": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"35": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.manifest"
		},
		"36": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.sentry"
		},
		"37": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"38": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.enabled"
		},
		"39": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.debug"
		},
		"40": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.dsn"
		},
		"41": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.integrations"
		},
		"42": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"43": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.httpClient"
		},
		"44": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"45": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.failedRequestTargets"
		},
		"46": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.failedRequestStatusCodes"
		},
		"47": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.BrowserTracing"
		},
		"48": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"49": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.tracePropagationTargets"
		},
		"50": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.config"
		},
		"51": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"52": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.fromUrlParam"
		},
		"53": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.fromLocalStorage"
		},
		"54": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.schema"
		},
		"55": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.strategy"
		},
		"56": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.url"
		},
		"57": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"58": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"59": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "environment"
		},
		"60": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.static"
		},
		"61": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.origin"
		},
		"62": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.openApi"
		},
		"63": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"64": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.load"
		},
		"65": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type"
		},
		"66": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "__type.openApiUrl"
		},
		"67": {
			"sourceFileName": "packages/angular/environment/src/lib/environment.ts",
			"qualifiedName": "Environment.__index"
		},
		"69": {
			"sourceFileName": "packages/angular/environment/src/lib/is-not-release-version.ts",
			"qualifiedName": "IsNotReleaseVersion"
		},
		"70": {
			"sourceFileName": "packages/angular/environment/src/lib/is-not-release-version.ts",
			"qualifiedName": "IsNotReleaseVersion"
		},
		"71": {
			"sourceFileName": "packages/angular/environment/src/lib/is-not-release-version.ts",
			"qualifiedName": "environment"
		},
		"72": {
			"sourceFileName": "packages/angular/environment/src/lib/provide-environment.ts",
			"qualifiedName": "ProvideEnvironment"
		},
		"73": {
			"sourceFileName": "packages/angular/environment/src/lib/provide-environment.ts",
			"qualifiedName": "ProvideEnvironment"
		},
		"74": {
			"sourceFileName": "packages/angular/environment/src/lib/provide-environment.ts",
			"qualifiedName": "environment"
		},
		"75": {
			"sourceFileName": "packages/angular/environment/src/lib/provide-environment.ts",
			"qualifiedName": "__object"
		},
		"76": {
			"sourceFileName": "packages/angular/environment/src/lib/provide-environment.ts",
			"qualifiedName": "__object.provide"
		},
		"77": {
			"sourceFileName": "packages/angular/environment/src/lib/provide-environment.ts",
			"qualifiedName": "__object.useValue"
		},
		"78": {
			"sourceFileName": "packages/angular/environment/src/lib/update-environment.ts",
			"qualifiedName": "UpdateEnvironment"
		},
		"79": {
			"sourceFileName": "packages/angular/environment/src/lib/update-environment.ts",
			"qualifiedName": "UpdateEnvironment"
		},
		"80": {
			"sourceFileName": "packages/angular/environment/src/lib/update-environment.ts",
			"qualifiedName": "environment"
		},
		"81": {
			"sourceFileName": "packages/angular/environment/src/lib/update-environment.ts",
			"qualifiedName": "url"
		}
	},
	"files": {
		"entries": {
			"1": "packages/angular/environment/src/index.ts"
		},
		"reflections": {
			"1": 0
		}
	}
}
