Hi!
I am trying to call a DI service function everytime the application is launched.
I read the documentation on application lifecycle here
https://docs.nativescript.org/angular/core-concepts/application-lifecycle#start-application
- How would I “inject” the service in main.ts before the bootstrap?
- I tried to import applicationOn with
import { applicationOn } from 'application';
but it seems that application doesn’t export applicationOn. Where can I find it?