B
Size: a a a
B
АФ
B
B
[routerLink]="['', 'admin', 'users', 'performers', userId]"
он мне говорит, что мол не может зарезолвить маршрут:Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'admin/users/performers/35'
Error: Cannot match any routes. URL Segment: 'admin/users/performers/35'
admin/users/performers/35 все работает.AS
[routerLink]="['', 'admin', 'users', 'performers', userId]"
он мне говорит, что мол не может зарезолвить маршрут:Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'admin/users/performers/35'
Error: Cannot match any routes. URL Segment: 'admin/users/performers/35'
admin/users/performers/35 все работает.B
ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'users/admin/users/performers/35'
Error: Cannot match any routes. URL Segment: 'users/admin/users/performers/35'
B
[routerLink]="['', 'users', 'performers', userId]" <— вот так надо былоV
DN
${id} }); или <a [routerLink]="[item.url]" [fragment]="item.id" >{{ item.name }}</a>ДЗ
EK
АЖ

t
AS
YV
АФ
t
<form [formGroup]="basicInfoForm">
<div class="row">
<label for="Bill 1"> Bill 1 </label>
<input type="text" formControlName="billOne" class="">
</div>
<div class="row">
<label for="BIll 2"> BIll 2 </label>
<input type="text" formControlName="billTwo" class="">
</div>
<div class="row">
<label for="BIll 3"> BIll 3 </label>
<input type="text" formControlName="billThree" class="">
</div>
<div class="row">
<label for="Total"> Total </label>
<input type="text" formControlName="total" class="">
</div>
</form>
t
t
АФ
