Back to home page

EIC code displayed by LXR

 
 

    


Warning, /firebird/firebird-ng/src/main.ts is written in an unsupported language. File is not indexed.

0001 import { bootstrapApplication } from '@angular/platform-browser';
0002 import { appConfig } from './app/app.config';
0003 import { AppComponent } from './app/app.component';
0004 import { provideAnimations } from '@angular/platform-browser/animations';
0005 
0006 bootstrapApplication(AppComponent, appConfig)
0007   .catch((err) => console.error(err));