Chorehancement: update to Angular v22, 'zoneless' / 'reactive' (#13114)

This commit is contained in:
shamoon
2026-07-10 00:42:16 -07:00
committed by GitHub
parent f244442c65
commit 106b41a15c
213 changed files with 5363 additions and 5842 deletions
@@ -291,7 +291,7 @@ export class PngxPdfViewerComponent
this.eventBus.dispatch('find', {
query,
caseSensitive: false,
highlightAll: query.length > 0,
highlightAll: query?.length > 0,
phraseSearch: true,
})
}