Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: comment out pre-zone.js patches for NativeScript
  • Loading branch information
edusperoni committed May 21, 2025
commit 2e7ce75a15716469aaf181890ec5b7f8d369f49c
2 changes: 1 addition & 1 deletion apps/nativescript-demo-ng/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import '@nativescript/angular/polyfills';
* Zone.js and patches
*/
// Add pre-zone.js patches needed for the NativeScript platform
import '@nativescript/zone-js/dist/pre-zone-polyfills';
// import '@nativescript/zone-js/dist/pre-zone-polyfills';

// Uncomment if using zone:
// // Zone JS is required by default for Angular itself
Expand Down