https://github.com/angular/angular
Raw File
Tip revision: 600a8cd59a47c58a9169bd717bd9f036a49bae84 authored by Alex Rickabaugh on 22 February 2024, 01:49:33 UTC
release: cut the v17.2.2 release
Tip revision: 600a8cd
environment.prod.ts
export const environment = {
  production: true
};
back to top