diff --git a/npm/ng-packs/apps/dev-app/src/app/home/home.component.html b/npm/ng-packs/apps/dev-app/src/app/home/home.component.html index 230f11f60a..387f0d9968 100644 --- a/npm/ng-packs/apps/dev-app/src/app/home/home.component.html +++ b/npm/ng-packs/apps/dev-app/src/app/home/home.component.html @@ -10,17 +10,18 @@

{{ '::LongWelcomeMessage' | abpLocalization }}

- - {{ 'AbpAccount::Login' | abpLocalization }} - + @if (!hasLoggedIn) { + + {{ 'AbpAccount::Login' | abpLocalization }} + + }

Let's improve your application!

@@ -299,17 +300,14 @@ {{ context.title }}

- - {{ link.label }} + @if (context.customTemplate) { + + } + @for (link of context.links; track $index) { + {{ link.label }} + }
diff --git a/templates/app-nolayers/angular/src/app/home/home.component.html b/templates/app-nolayers/angular/src/app/home/home.component.html index 5336e56c18..76ca024561 100644 --- a/templates/app-nolayers/angular/src/app/home/home.component.html +++ b/templates/app-nolayers/angular/src/app/home/home.component.html @@ -7,9 +7,10 @@
@if(!hasLoggedIn){ - + } -

{{ '::Welcome_Text' | abpLocalization }}

diff --git a/templates/app-nolayers/angular/src/favicon.ico b/templates/app-nolayers/angular/src/favicon.ico index 39695854d2..3a4e8ddfcc 100644 Binary files a/templates/app-nolayers/angular/src/favicon.ico and b/templates/app-nolayers/angular/src/favicon.ico differ diff --git a/templates/app/angular/src/app/home/home.component.html b/templates/app/angular/src/app/home/home.component.html index 703bc00e58..ae7477b50a 100644 --- a/templates/app/angular/src/app/home/home.component.html +++ b/templates/app/angular/src/app/home/home.component.html @@ -2,39 +2,51 @@

{{ '::Welcome' | abpLocalization }}

{{ '::LongWelcomeMessage' | abpLocalization }}

- {{ 'AbpAccount::Login' | abpLocalization }} + @if(!hasLoggedIn){ + + {{ 'AbpAccount::Login' | abpLocalization }} + }
- +
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.

+

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

@@ -297,13 +309,16 @@

Abp Framework Abp Framework Abp Commercial Abp Commercial abpframework abpframework

@@ -313,20 +328,17 @@ @@ -338,7 +350,7 @@ Details Details
diff --git a/templates/app/angular/src/favicon.ico b/templates/app/angular/src/favicon.ico index 39695854d2..3a4e8ddfcc 100644 Binary files a/templates/app/angular/src/favicon.ico and b/templates/app/angular/src/favicon.ico differ