(entry: any /* NavigationEntry */)
| 113 | return _appMainEntry; |
| 114 | } |
| 115 | export function setAppMainEntry(entry: any /* NavigationEntry */) { |
| 116 | _appMainEntry = entry; |
| 117 | } |
| 118 | |
| 119 | // Aids avoiding circular dependencies by allowing the application event listeners to be toggled |
| 120 | let _toggleApplicationEventListenersHandler: (toAdd: boolean, callback: (args: any) => void) => void; |
no outgoing calls
no test coverage detected