Thanks to visit codestin.com
Credit goes to angular-docs.tr

    • Genel Bakış
@angular/core

EffectRef

interface
kararlıv20.0'den beri

A global reactive effect, which can be manually destroyed.

API

    
      interface EffectRef {}
    
    

destroy

void

Shut down the effect, removing it from any upcoming scheduled executions.

@returnsvoid
Detaylara atla