auth.provider API
    Preparing search index...

    Interface LifecycleWithoutProvidesDetails

    Per A2-β §6.1.

    interface LifecycleWithoutProvidesDetails {
        componentKey: keyof ComponentMap;
        module: string;
        reason: "lifecycle-without-provides";
    }
    Index

    Properties

    componentKey: keyof ComponentMap
    module: string
    reason: "lifecycle-without-provides"