mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-19 05:53:58 +00:00
add linting remove unimplemented tests
This commit is contained in:
+3
-2
@@ -8,5 +8,6 @@ if (environment.production) {
|
||||
enableProdMode();
|
||||
}
|
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule)
|
||||
.catch(err => console.error(err));
|
||||
platformBrowserDynamic()
|
||||
.bootstrapModule(AppModule)
|
||||
.catch((err) => console.error(err));
|
||||
|
||||
Reference in New Issue
Block a user