| 1 | import { runNativeScriptAngularApp, platformNativeScript } from '@nativescript/angular'; |
| 2 | import { AppModule } from './app.module'; |
| 3 | import { firebase } from '@nativescript/firebase-core'; |
| 4 | import { Application } from '@nativescript/core'; |
nothing calls this directly
no test coverage detected