• Overview
@angular/router

ComponentInputBindingOptions

interface
stable

Configuration options for the component input binding feature which can be used with withComponentInputBinding function or RouterModule.forRoot

API

    
      interface ComponentInputBindingOptions {  queryParams?: boolean | undefined;}
    
    

queryParams

boolean | undefined

When true (default), will configure query parameters to bind to component inputs.

Jump to details