first chrome implementation
This commit is contained in:
14
projects/chrome/src/main.ts
Normal file
14
projects/chrome/src/main.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { appConfig } from './app/app.config';
|
||||
import { AppComponent } from './app/app.component';
|
||||
import './app/common/extensions/array';
|
||||
|
||||
bootstrapApplication(AppComponent, appConfig).catch((err) =>
|
||||
console.error(err)
|
||||
);
|
||||
|
||||
// declare global {
|
||||
// interface Window {
|
||||
// nostr: any;
|
||||
// }
|
||||
// }
|
||||
Reference in New Issue
Block a user