Query .initialize() Configures components before they are ready in the DOM query-initialize component Query page.html Components Use .initialize() when you need to configure components before DOMContentLoaded (like in head scripts). Use [.settings()](/examples/query-settings) for components that already exist. ["query","component","initialization"] .initialize() Example
Categories