AngularTS
    Preparing search index...

    Interface AngularBootstrapConfig

    Configuration options for the AngularTS bootstrap process.

    interface AngularBootstrapConfig {
        strictDi?: boolean;
    }
    Index

    Properties

    Properties

    strictDi?: boolean

    If true, disables automatic function annotation for the application. This helps identify code that breaks under minification. Defaults to false.