Routing Params Subscribe

    0

    0

    lucycodes42

    Angular snippets for TypeScript

    This line subscribes to a particular parameter. Every time a new parameter is received, the line will call the tap() method, passing the parameter's value as the parameter's ID.

    Library: angular

    Shortcut: a_route_params_subscribe

    this.route.paramMap
      .pipe(map(params => params.get('id')), tap(id => (this.id = +id)))
      .subscribe(id => {});
    
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.