()
| 156 | * @publicApi |
| 157 | */ |
| 158 | export function destroyPlatform(): void { |
| 159 | if (typeof ngDevMode !== 'undefined' && ngDevMode) { |
| 160 | _unregisterAiTools?.(); |
| 161 | _unregisterAiTools = null; |
| 162 | } |
| 163 | |
| 164 | getPlatform()?.destroy(); |
| 165 | } |
| 166 | |
| 167 | /** |
| 168 | * The goal of this function is to bootstrap a platform injector, |
no test coverage detected
searching dependent graphs…