angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!
https://angular-extensions.github.io/elements/
MIT License
317 stars 40 forks source link

feat: handle url changes for the `axLazyElement` directive #99

Closed arturovt closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #99 (caee240) into master (97cfb76) will increase coverage by 0.16%. The diff coverage is 78.37%.

:exclamation: Current head caee240 differs from pull request most recent head 0677f82. Consider uploading reports for the commit 0677f82 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   86.78%   86.95%   +0.16%     
==========================================
  Files          50       50              
  Lines         545      552       +7     
  Branches       65       65              
==========================================
+ Hits          473      480       +7     
  Misses         71       71              
  Partials        1        1              
Impacted Files Coverage Δ
...zy-elements/lazy-element/lazy-element.directive.ts 84.61% <78.37%> (+1.85%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 97cfb76...0677f82. Read the comment docs.

tomastrajan commented 3 years ago

@arturovt ok I see, we have the best of both world! thank you for great PR!