mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
- adds initial CLI-generated app - adds material toolbar - initial (very rough) scss setup, lifted from angular/material - initial routing scaffold w/ homepage
3 lines
51 B
TypeScript
3 lines
51 B
TypeScript
export const environment = {
|
|
production: true
|
|
};
|