From 9b8d70d1bd83c1c55c773c1c105bd5ca56555a3c Mon Sep 17 00:00:00 2001 From: Evgeny Lupanov Date: Wed, 27 Apr 2022 15:52:27 +0300 Subject: [PATCH] feat: remove bundles mentions --- .../backend-bundles-section.component.html | 168 +++++++++++++----- .../default-info.component.html | 22 +-- 2 files changed, 136 insertions(+), 54 deletions(-) diff --git a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html index 605c5d34..e9a87efc 100644 --- a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html +++ b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html @@ -3,18 +3,29 @@
-

- 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. + 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.

-
-
@@ -23,25 +34,50 @@
  • -
    +

    {{ product.title }}

    - {{ product.description | slice:0:200 }}... - + {{ product.description | slice: 0:200 }}... + read more

    - - ${{ (product.variants | license:selectedLicenseType).compare_at_price }} + + ${{ + (product.variants | license: selectedLicenseType) + .compare_at_price + }} - From ${{ (product.variants | license:selectedLicenseType).price }} + From ${{ + (product.variants | license: selectedLicenseType).price + }}
    - - Buy now + + Buy now
    @@ -49,22 +85,31 @@ @@ -78,48 +123,83 @@ {{ feature.text }} - + - + - + - + - +
    - - Architecture Design - + Architecture Design -

    The schema describes high-level solution architecture.

    +

    + The schema describes high-level solution architecture. +

    - - Backend bundles + + Backend bundles

    Need more details or have a question?

    -
  • diff --git a/docs/app/pages/home/main-info-section/default-admin-main-info/default-info.component.html b/docs/app/pages/home/main-info-section/default-admin-main-info/default-info.component.html index 9364858d..114b16f5 100644 --- a/docs/app/pages/home/main-info-section/default-admin-main-info/default-info.component.html +++ b/docs/app/pages/home/main-info-section/default-admin-main-info/default-info.component.html @@ -2,15 +2,17 @@

    ngx-admin

    The most popular admin dashboard based on Angular 9+ and - Nebular with - Eva Design System support. - Free and Open Source for personal and commercial purposes. -
    - - Never start from scratch again. - - Integrate ready-made solution: ngx-admin with backend. - - + Nebular + with + Eva Design System + support. Free and Open Source for personal and commercial purposes. +