https://github.com/angular/angular
Raw File
Tip revision: 938d7a65f65e77b65c0d40919de97547f0305b3a authored by Alex Rickabaugh on 02 August 2023, 19:38:15 UTC
release: cut the v16.1.8 release
Tip revision: 938d7a6
environment.prod.ts
export const environment = {
  production: true
};
back to top