mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(bundles): simplify features block
This commit is contained in:
parent
0949ecc67c
commit
9fc42b19c0
5 changed files with 20 additions and 38 deletions
|
|
@ -241,7 +241,7 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<ngx-landing-description-section *ngIf="descriptions" [descriptions]="descriptions" ></ngx-landing-description-section>
|
||||
<ngx-landing-description-section *ngIf="descriptions | async" [descriptions]="descriptions | async"></ngx-landing-description-section>
|
||||
|
||||
<ngx-landing-section-title>
|
||||
Architecture Design
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue