Back to Abp

Home.Component

templates/app-nolayers/angular/src/app/home/home.component.html

10.3.01.4 KB
Original Source

@if(!hasLoggedIn){

Welcome

Welcome to the application. This is a startup project based on the ABP framework. For more information visit abp.io.

{{ 'AbpAccount::Login' | abpLocalization }} }

Getting Started

Web Application Development Tutorial

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.

Buy on Amazon USBuy on PACKT

{{ 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 }} | | }