Skip to content

PatrickJS/no-zone.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no-zone.js

No Zone.js allows you to provide the zone.js API without actually using it if you actually don't use zone.js. (Recommended for advanced use cases only)

npm install @onespeed/no-zone.js
import '@onespeed/no-zone.js';

Example

// ... in your main.js file
import '@onespeed/no-zone.js';

// ... in your components
import {
  // ...
  ChangeDetectorRef
} from '@angular/core';
// ...
  constructor(public changeDetector: ChangeDetectorRef) {
  }

// ...
  add() {
    // ...
    this.changeDetector.detectChanges();
  }
// ...

enjoy — OneSpeed



OneSpeed

Our experience is vast with OneSpeed successfully creating and delivering solutions for companies like Bloomberg, American Airlines, and IBM. We will tailor our solutions to fit your needs. Web App Development Services, Mobile App Services, Corporate Training contact us at Patrick@OneSpeed.io


About

No Zone.js allows you to use zone.js API without actually using it. (recommended for advanced use cases only)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published