Skip to content

Commit

Permalink
perf: remove ANGULAR_ROUTER_URL if unused (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored Nov 20, 2024
1 parent 570d9c0 commit 18e4eb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @public
*/
export const ANGULAR_ROUTER_URL = Symbol(
export const ANGULAR_ROUTER_URL = /* @__PURE__ */ Symbol(
ngDevMode
? "NgxMeta: Use Angular's router URL as relative URL"
: 'NgxMetaARU',
Expand Down

0 comments on commit 18e4eb4

Please sign in to comment.