Initial Angular project

This commit is contained in:
Geomitron
2020-02-02 19:26:14 -05:00
parent 09cb5d2c5c
commit 66038d9e76
16 changed files with 38 additions and 74 deletions

View File

@@ -1,3 +1,3 @@
export const environment = {
production: true
};
}

View File

@@ -4,7 +4,7 @@
export const environment = {
production: false
};
}
/*
* For easier debugging in development mode, you can import the following file
@@ -13,4 +13,4 @@ export const environment = {
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.