Skip to content

Is the class of the swiper-container web component exported somewhere? #400

Description

@JulienLecoq

I would like to have access to the class of this web component in my Angular application in order to create a query using a type predicate like the following: angular viewchild query targeting the component.

The only thing I've found is the interface exported here: import { SwiperContainer } from 'swiper/element' but for a type predicate we need the class of the component.

Currently, I'm using the string predicate but I would prefer using the type predicate for simple use case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions