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

refactor: use lazy injection token for router listener #913

Conversation

davidlj95
Copy link
Owner

Issue or need

Same as #902 for router listener

Proposed changes

Same as #902 for router listener

Quick reminders

  • 🀝 I will follow Code of Conduct
  • βœ… No existing pull request already does almost same changes
  • πŸ‘οΈ Contributing docs are something I've taken a look at
  • πŸ“ Commit messages convention has been followed
  • πŸ’¬ TSDoc comments have been added or updated indicating API visibility if API surface has changed.
  • πŸ§ͺ Tests have been added if needed. For instance, if adding new features or fixing a bug. Or removed if removing features.
  • βš™οΈ API Report has been updated if API surface is altered.

Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @davidlj95 and the rest of your teammates on Graphite Graphite

@davidlj95 davidlj95 enabled auto-merge (squash) October 9, 2024 22:06
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 99.45%. Comparing base (66d5729) to head (7eae490).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #913   +/-   ##
=======================================
  Coverage   99.45%   99.45%           
=======================================
  Files          79       79           
  Lines         370      370           
  Branches       69       68    -1     
=======================================
  Hits          368      368           
  Partials        2        2           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@davidlj95 davidlj95 merged commit a959b94 into main Oct 9, 2024
34 checks passed
@davidlj95 davidlj95 deleted the stacked/refactor-use-lazy-injection-token-for-router-listener branch October 9, 2024 22:10
Copy link

github-actions bot commented Oct 9, 2024

πŸ“¦ Bundle size (Angular v18)

Git ref: 7eae490651f16cf37df421e80a66c11b5968c84a

Module file Size Base size Difference
ngx-meta-core.mjs 2853 bytes (2.8KiB) 2853 bytes (2.8KiB) No change
ngx-meta-json-ld.mjs 226 bytes (226B) 226 bytes (226B) No change
ngx-meta-open-graph.mjs 986 bytes (986B) 986 bytes (986B) No change
ngx-meta-routing.mjs 394 bytes (394B) 408 bytes (408B) -3.43%: -14 bytes (-14B)
ngx-meta-standard.mjs 994 bytes (994B) 994 bytes (994B) No change
ngx-meta-twitter-card.mjs 514 bytes (514B) 514 bytes (514B) No change
Total 5967 bytes (5.9KiB) 5981 bytes (5.9KiB) -.23%: -14 bytes (-14B)

Copy link

github-actions bot commented Oct 9, 2024

πŸ“¦ Bundle size (Angular v17)

Git ref: 7eae490651f16cf37df421e80a66c11b5968c84a

Module file Size Base size Difference
ngx-meta-core.mjs 2853 bytes (2.8KiB) 2853 bytes (2.8KiB) No change
ngx-meta-json-ld.mjs 226 bytes (226B) 226 bytes (226B) No change
ngx-meta-open-graph.mjs 986 bytes (986B) 986 bytes (986B) No change
ngx-meta-routing.mjs 394 bytes (394B) 408 bytes (408B) -3.43%: -14 bytes (-14B)
ngx-meta-standard.mjs 994 bytes (994B) 994 bytes (994B) No change
ngx-meta-twitter-card.mjs 514 bytes (514B) 514 bytes (514B) No change
Total 5967 bytes (5.9KiB) 5981 bytes (5.9KiB) -.23%: -14 bytes (-14B)

Copy link

github-actions bot commented Oct 9, 2024

πŸ“¦ Bundle size (Angular v16)

Git ref: 7eae490651f16cf37df421e80a66c11b5968c84a

Module file Size Base size Difference
ngx-meta-core.mjs 3270 bytes (3.2KiB) 3270 bytes (3.2KiB) No change
ngx-meta-json-ld.mjs 370 bytes (370B) 370 bytes (370B) No change
ngx-meta-open-graph.mjs 1265 bytes (1.3KiB) 1265 bytes (1.3KiB) No change
ngx-meta-routing.mjs 572 bytes (572B) 598 bytes (598B) -4.34%: -26 bytes (-26B)
ngx-meta-standard.mjs 1091 bytes (1.1KiB) 1091 bytes (1.1KiB) No change
ngx-meta-twitter-card.mjs 645 bytes (645B) 645 bytes (645B) No change
Total 7213 bytes (7.1KiB) 7239 bytes (7.1KiB) -.35%: -26 bytes (-26B)

Copy link

github-actions bot commented Oct 9, 2024

πŸ“¦ Bundle size (Angular v15)

Git ref: 7eae490651f16cf37df421e80a66c11b5968c84a

Module file Size Base size Difference
ngx-meta-core.mjs 3235 bytes (3.2KiB) 3235 bytes (3.2KiB) No change
ngx-meta-json-ld.mjs 355 bytes (355B) 355 bytes (355B) No change
ngx-meta-open-graph.mjs 1235 bytes (1.3KiB) 1235 bytes (1.3KiB) No change
ngx-meta-routing.mjs 557 bytes (557B) 583 bytes (583B) -4.45%: -26 bytes (-26B)
ngx-meta-standard.mjs 1076 bytes (1.1KiB) 1076 bytes (1.1KiB) No change
ngx-meta-twitter-card.mjs 630 bytes (630B) 630 bytes (630B) No change
Total 7088 bytes (7.0KiB) 7114 bytes (7.0KiB) -.36%: -26 bytes (-26B)

Copy link

πŸŽ‰ This PR is included in version 1.0.0-beta.17 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€

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.

1 participant