-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: angular sdk revamp with signals #4003
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: angular sdk revamp with signals #4003
Conversation
🦋 Changeset detectedLatest commit: 750692d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
View your CI Pipeline Execution ↗ for commit 750692d.
☁️ Nx Cloud last updated this comment at |
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 9071768 | Triggered | Generic High Entropy Secret | d0f8228 | packages/sdks/e2e/angular-17/src/app/catch-all.component.ts | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
| { | ||
| "$schema": "./node_modules/ng-packagr/ng-package.schema.json", | ||
| "dest": "lib/browser", | ||
| "dest": "lib/edge", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you explain this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think after Anagha's edge support got it in, when we run yarn g:nx build inside the angular output folder - it runs all of the builds in sequence and this gets updated one by one but technically this shouldn't affect anything
| }, | ||
| default: () => {}, | ||
| }); | ||
| }, [props.componentOptions, props.blockChildren]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
| test.fail( | ||
| packageName === 'angular-16-ssr' || packageName === 'angular-16', | ||
| 'Angular Gen2 event binding not working properly for repeat blocks.' | ||
| ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
| test.skip( | ||
| ![ | ||
| 'angular-16', | ||
| 'angular-16-ssr', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did we lose those snippets tests for angular then?
| 'vue', | ||
| 'nuxt', | ||
| 'angular-16', | ||
| 'angular-16-ssr', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did we lose these snippets then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes :(
samijaber
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing a changeset!
## Description Uses the Angular signals generator: BuilderIO/mitosis#1748 and does a major performance revamp fixes BuilderIO#3904 _Screenshot_ If relevant, add a screenshot or two of the changes you made.
Description
Uses the Angular signals generator: BuilderIO/mitosis#1748 and does a major performance revamp
fixes #3904
Screenshot
If relevant, add a screenshot or two of the changes you made.