mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix(bundles): fix icons
This commit is contained in:
parent
3eaa3f15ff
commit
0949ecc67c
2 changed files with 13 additions and 105 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<div class="section-container">
|
||||
|
||||
<p class="features__description">
|
||||
Looking for a way to integrate Angular ngx-admin with .NET, Ruby, Python or PHP? We are here to save your time on painful setup, configuration and routing tasks.
|
||||
Looking for a way to integrate Angular ngx-admin with .NET, Node.js, Ruby or PHP? We are here to save your time on painful setup, configuration and routing tasks.
|
||||
Choose starter kit bundle based on a technology of your choice below.
|
||||
</p>
|
||||
|
||||
|
|
@ -182,79 +182,55 @@
|
|||
<tr>
|
||||
<td class="left">ngx-admin template with 100+ UI components integrated with Backend Services</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left">Backend Services and Repository layers with data access</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left">JWT Authentication setup for UI and Backend</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left">Running instructions and code documentation</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left">Commercial Usage</td>
|
||||
<td>
|
||||
<ul class="not-included">
|
||||
<li class="not-included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'close-outline' | eva: { width: 24, height: 24, fill: '#ff8588' }"></i>
|
||||
</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="left">One Year support and bug fixes on request</td>
|
||||
<td>
|
||||
<ul class="not-included">
|
||||
<li class="not-included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'close-outline' | eva: { width: 24, height: 24, fill: '#ff8588' }"></i>
|
||||
</td>
|
||||
<td>
|
||||
<ul class="included">
|
||||
<li class="included__item"></li>
|
||||
</ul>
|
||||
<i [innerHTML]="'checkmark-outline' | eva: { width: 24, height: 24, fill: '#00db92' }"></i>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue