Skip to content
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

feat: make nativescript identify as browser in angular #136

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

edusperoni
Copy link
Collaborator

This enables all the browser features like @defer, afterRender and afterNextRender, which are integral parts of new updates (including the angular router in the future)

BREAKING CHANGES:

Identifying as browser can have minor impact on existing libraries that use that to manipulate the DOM. So far, the usage inside angular itself is minimal enough that it shouldn't impact apps other than enabling previously mentioned features.

@cla-bot cla-bot bot added the cla: yes label Jul 17, 2024
This enables all the browser features like `@defer`, `afterRender` and `afterNextRender`, which are integral parts of new updates (including the angular router in the future)

BREAKING CHANGES:

Identifying as browser can have minor impact on existing libraries that use that to manipulate the DOM. So far, the usage inside angular itself is minimal enough that it shouldn't impact apps other than enabling previously mentioned features.
@NathanWalker NathanWalker merged commit c49fb86 into main Jul 17, 2024
2 checks passed
@NathanWalker NathanWalker deleted the feat/identify-as-browser branch July 17, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants