interface AngularBootstrapConfig {
    strictDi: boolean;
}

Properties

Properties

strictDi: boolean

Disable automatic function annotation for the application. This is meant to assist in finding bugs which break minified code. Defaults to false.