https://github.com/angular/angular
Raw File
Tip revision: 00f293c35f74a71d08e8f66efa50fe7194377355 authored by Andrew Kushnir on 21 June 2023, 18:20:23 UTC
release: cut the v16.1.2 release
Tip revision: 00f293c
environment.prod.ts
export const environment = {
  production: true
};
back to top