Member Junction
    Preparing search index...

    Toggle component for selecting which evaluation metrics to display. Automatically saves preferences to user settings.

    Usage:

    <app-evaluation-mode-toggle></app-evaluation-mode-toggle>
    

    Implements

    • OnInit
    • OnDestroy
    Index

    Constructors

    Properties

    preferences: EvaluationPreferences = ...
    showHint: boolean = false

    Methods

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Returns void