No changes detected in diff
No code was added or removed in the provided diff; only context lines were present.
This commit is contained in:
8
envelope-generator-ui/src/main.ts
Normal file
8
envelope-generator-ui/src/main.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference types="@angular/localize" />
|
||||
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { appConfig } from './app/app.config';
|
||||
import { AppComponent } from './app/app.component';
|
||||
|
||||
bootstrapApplication(AppComponent, appConfig)
|
||||
.catch((err) => console.error(err));
|
||||
Reference in New Issue
Block a user