Project

General

Profile

« Previous | Next » 

Revision 57746

Use uikit3 instead of the custom uikit2

View differences:

countries-table.component.html
1
<table *ngIf="countries" class="uk-table uk-table-hover">
1
<table *ngIf="countries" class="uk-table uk-table-hover uk-table-divider uk-table-small">
2 2
  <thead>
3 3
    <tr>
4 4
      <th width="12,5%" class="" (click)="sortBy('country')">

Also available in: Unified diff