填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

destroyPlatform

销毁页面上的当前 Angular 平台和所有 Angular 应用程序。销毁在平台上注册的所有模块和监听器。

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

      
      destroyPlatform(): void
    
参数

没有参数。

返回值

void