diff --git a/npm/ng-packs/packages/feature-management/src/lib/components/feature-management/feature-management.component.html b/npm/ng-packs/packages/feature-management/src/lib/components/feature-management/feature-management.component.html index a74255a73c1..984584fbff2 100644 --- a/npm/ng-packs/packages/feature-management/src/lib/components/feature-management/feature-management.component.html +++ b/npm/ng-packs/packages/feature-management/src/lib/components/feature-management/feature-management.component.html @@ -26,7 +26,7 @@

{{ selectedGroupDisplayName }}

@switch (feature.valueType?.name) { @case (valueTypes.ToggleStringValueType) { -
+
{{ selectedGroupDisplayName }}
} @case (valueTypes.FreeTextStringValueType) { -
+
@@ -69,7 +69,7 @@

{{ selectedGroupDisplayName }}

} @case (valueTypes.SelectionStringValueType) { @if (feature.valueType.itemSource?.items?.length) { -
+
diff --git a/templates/app/angular/src/app/home/home.component.html b/templates/app/angular/src/app/home/home.component.html index c4149e69051..e3e73e48ae6 100644 --- a/templates/app/angular/src/app/home/home.component.html +++ b/templates/app/angular/src/app/home/home.component.html @@ -1,120 +1,309 @@ -
-

Let's improve your application!

-

Here are some links to help you get started:

-
-
-
-
- +
+
+
+
+
+ @if(!hasLoggedIn){ +

Welcome

+

+ {{ '::LongWelcomeMessage' | abpLocalization }} +

+ {{ 'AbpAccount::Login' | abpLocalization }} + } - + " + > - + +

Customize Lepton Theme

+

Learn how to customize LeptonX Theme as you wish.

+ Customize Lepton +
+ + +
+
+
+
+
+ + +
+
+
+
+
+ +

+ A unique community platform for + ABP Lovers! +

+

+ Explore all ABP users' experiences with the ABP Framework, discover articles and videos on + how to use ABP, and join raffles for a chance to win surprise gifts! +

+ Join ABP Community +
+ +
+
+
+
+ +
+
+
+
+
+

THE OFFICIAL GUIDE

+

Mastering ABP Framework

+

+ Written by the creator of the ABP Framework, this book will help you gain a complete + understanding of the framework and modern web application development techniques. +

+ +
+
+ +
+
+
+
+
+ + ] + } + } + " + > +
+ + +

+ {{ context.label }} +
+ + +
+
+ +
+
+
+ + +
+
+
+
{{ context.title }}
-
- +
+ + + @for(item of context.items; track $index; let last = $last){ + + + + } - } - " - > - - -

- - - - -

-
+ +
+ @if(item.icon){ +
+ @if(item.iconType === 'image'){ + + }@else if(item.iconType === 'icon'){ + + }@else{ +
+ } +
} - ] +
{{ item.title }}
+
+ + + +
+
+