coryrylan / ngx-lite

:package: A collection of lightweight Angular libraries in a single mono repo
https://ngxlite.com
MIT License
138 stars 21 forks source link

refactor(ngx-json-ld): improve performance by removing ngOnChange #19

Closed stefan-karlsson closed 5 years ago

stefan-karlsson commented 5 years ago

Removed ngOnChange life cycle since it is not needed, instead we can use a simple setter.