Skip to content

Conversation

@NathanWalker
Copy link
Contributor

@NathanWalker NathanWalker commented May 20, 2025

  • Uses Angular 20
Copy link
Collaborator

@edusperoni edusperoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added these comments as a guideline (I'll take care of them)

// if we're skipping ourselves then it's not our responsibility to destroy
if (typeof flags === 'number') {
if (!(flags & InjectFlags.SkipSelf) && this.destructibleProviders.has(token)) {
if (!(flags && this.destructibleProviders.has(token))) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this breaks the skipself flags

Comment on lines 9 to 11
import { AbortController, AbortSignal } from '@nativescript/core/abortcontroller';
(global as any).AbortController = AbortController;
(global as any).AbortSignal = AbortSignal;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be in the pre-zone polyfills

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed but I'll leave comment in case want to adjust further - they are in pre-zone polyfills now.

@NathanWalker NathanWalker merged commit 62d9fb5 into main Jun 1, 2025
1 check passed
@NathanWalker NathanWalker deleted the feat/ng-20 branch June 1, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants