templates/app-nolayers/angular/src/app/home/home.component.html
@if(!hasLoggedIn){
Welcome to the application. This is a startup project based on the ABP framework. For more information visit abp.io.
{{ 'AbpAccount::Login' | abpLocalization }} }
Learn how to customize LeptonX Theme as you wish.
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!
THE OFFICIAL GUIDE
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.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 }} | | }