@if (angularExists === true) { @if (angularIsInDevMode) { @if (supportedVersion) {
} @else {

Angular Devtools only supports Angular versions 12 and above

} } @else {

We detected an application built with production configuration. Angular DevTools only supports development build.

} } @else { @if (angularExists === false) {

i Angular application not detected.

} @else { @if (angularExists === null) {
} } }