-
Notifications
You must be signed in to change notification settings - Fork 1
perf: add global consts to reduce dup strings #176
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
perf: add global consts to reduce dup strings #176
Conversation
Current dependencies on/for this PR: This stack of pull requests is managed by Graphite. |
📦 Bundle size (Angular v15)Git ref: 2544fac
Base size data is not available yet. Try again when the CI/CD has finished running on main branch |
📦 Bundle size (Angular v16)Git ref: 2544fac
Base size data is not available yet. Try again when the CI/CD has finished running on main branch |
📦 Bundle size (Angular v17)Git ref: 2544fac
Base size data is not available yet. Try again when the CI/CD has finished running on main branch |
0585d90
to
2544fac
Compare
🎉 This PR is included in version 1.0.0-alpha.27 🎉 The release is available on: Your semantic-release bot 📦🚀 |
In order to remove duplicate strings refering to same globals around, adding consts
Also move out JSON LD from globals to make the module less tight to
core
moduleHelps with #112