Project

General

Profile

« Previous | Next » 

Revision 45786

Update to the lattest version of Angular Universal | create subfolders for deposit | use routerLinks in Nav bar and in browse view of main search

View differences:

showAuthors.component.ts
8 8
                <a class="uk-text-muted" (click)="showAll = !showAll;">View less authors</a>
9 9
            </div>
10 10
            <span *ngFor="let item of authors.slice(0,30)">
11
                <a href="{{item['url']}}">
11
                  <a href="{{item['url']}}">
12
                  <!--a routerLinkActive="router-link-active" routerLink="/search/person" [queryParams]="{personId: 'datacite____::9da3a037961b36a634fcd40ab0bf6535'}" -->
12 13
                    {{item['name']}};
13 14
                </a>
14 15
            </span>

Also available in: Unified diff