AngularTS
    Preparing search index...

    Interface WasmScopeWatchOptions

    Options for registering one scope watch.

    interface WasmScopeWatchOptions {
        initial?: boolean;
    }
    Index

    Properties

    Properties

    initial?: boolean

    Emit the current value immediately. Defaults to false.