K
K
Konstantin2020-05-29 13:49:45
Angular
Konstantin, 2020-05-29 13:49:45

How to pass multiple parameters to outlet route?

Now the code looks like this, with one parameter:

<a
                                        [routerLink]="[
                                            '/',
                                            {
                                                outlets: {
                                                    primary: ['docudo', r.documentnumber],
                                                    sidebar: ['docudo']
                                                }
                                            }
                                        ]"
                                        >{{ r.documentnumber }}</a
                                    >


How to pass another newparam parameter to the primary outlet?

http://localhost:4200/#/docudo/500600/newparam/70000(sidebar:docudo)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question