mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
feat(demo): changed diagram to image
feat(demo): improved styles
This commit is contained in:
parent
cdd42c9d7c
commit
268e5cfb1b
9 changed files with 40 additions and 178 deletions
|
|
@ -3,9 +3,9 @@ import {Component, Input} from '@angular/core';
|
|||
@Component({
|
||||
selector: 'ngx-integration-description',
|
||||
template: `
|
||||
<div class="header"> For why do you need a backend admin dashboard?</div>
|
||||
<div class="subheader"> To save up to 300 hours on development. To use backend as ready to use examples. </div>
|
||||
<div class="header2"> Features </div>
|
||||
<div class="h6"> For why do you need a backend admin dashboard?</div>
|
||||
<div class="subtitle"> To save up to 300 hours on development. To use backend as ready to use examples. </div>
|
||||
<div class="h6"> Features </div>
|
||||
<ul class="features-list">
|
||||
<li *ngFor="let feature of features"
|
||||
class="feature"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue