ZoneType: "manual" | "proxy" | "aurora"

Type declaration

  • "manual"

    used when zone.js is disabled, no change detection will applied

  • "proxy"

    used when zone.js is disabled, try to detection changes using ES6 proxy handler.

  • "aurora"

    use when zone.js is active and loaded throw a polyfills file.

    active change detection