working #27
@@ -1,8 +1,8 @@
|
|||||||
<div class="top-bar">
|
<div class="top-bar">
|
||||||
@for(company of Employers; track company.accountID){
|
@for(company of Employers; track company.accountID){
|
||||||
<button (click)="changeSelectedCompany(company.company.id!)">{{ company.company.name.toUpperCase() }}</button>
|
<button (click)="changeSelectedCompany(company.company.id!)">{{ company.company.name.toUpperCase() }}</button>
|
||||||
<button routerLink="/company/editor" >CONNECT A COMPANY</button>
|
|
||||||
}
|
}
|
||||||
|
<button routerLink="/company/editor" >CONNECT A COMPANY</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-frame">
|
<div class="content-frame">
|
||||||
@if(Comp != null){
|
@if(Comp != null){
|
||||||
|
|||||||
Reference in New Issue
Block a user