Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
Say hello to Angular's future home!Check out Angular.devHome
/

destroyPlatform

Destroys the current Angular platform and all Angular applications on the page. Destroys all modules and listeners registered with the platform.

      
      destroyPlatform(): void
    
Parameters

There are no parameters.

Returns

void