Back to Angular

Profiler.Component

devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.html

22.0.0-next.10456 B
Original Source

@switch (state()) { @case ('idle') { radio_button_checked

Click the record button to start a new recording, or upload a JSON file containing profiler data.

} @case ('recording') { stop_circle

Interact to preview change detection. Clicking stop ends this Profiler recording.

} @case ('visualizing') { not_interested

Click Save Profile to save your recording or click refresh to clear the current recording.

} } @if (state() !== 'idle') {

}