|
||||
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));
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |