AngularTS
    Preparing search index...

    Interface ServiceProvider

    An object that defines how a service is constructed.

    It must define a $get property that provides the instance of the service, either as a plain factory function or as an AnnotatedFactory.

    interface ServiceProvider {
        $get: Injectable;
    }
    Index

    Properties

    Properties