How can i import the same plugin in all pages of app?

Hello,
I use different plugins on all pages of my app. Is there a way to import them only once (perhaps in the app.component or something similar…) instead of importing it every time for every page?

This is an example - “home.page.ts”

image