@switch (data.status) { @case ('ERROR') {

Error

Could not process uploaded file.

{{ data.errorMessage }}

} @case ('INVALID_VERSION') {

Warning

The file you are attempting to upload was recorded in a different format than the one supported by your current Angular DevTools version

Current format version: {{ data.profilerVersion }}

Format version of uploaded file: {{ data.importedVersion }}

Files recorded in older versions may no longer be compatible. Do you wish to continue?

} }