fix(core): inject `APP_ID` before injector is destroyed (#61885)
In this commit, we request `APP_ID` outside the `onDestroy` callback because the injector might already be in a destroyed state when the callback runs. PR Close #61885
Please register or sign in to comment