Skip to content

feat: Angular 20 #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 1, 2025
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