[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/core/Query [Back]  [Original]

Query Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/core

Query

interface
stable

Type of the Query metadata.

On this page

    arrow_upward_alt Back to the top

    API

        
          interface Query {  descendants: boolean;  emitDistinctChangesOnly: boolean;  first: boolean;  read: any;  isViewQuery: boolean;  selector: any;  static?: boolean | undefined;}
        
        

    first

    boolean

    read

    any

    static

    boolean | undefined
    Jump to details

    Web Proxy Viewer  |  New URL  |  Original Page