Created
March 25, 2022 07:07
-
-
Save wh0th3h3llam1/668ea5f84ecbcaa2d9cf38c06f54102b to your computer and use it in GitHub Desktop.
Basic Static Breadcrumb Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<nz-breadcrumb> | |
<nz-breadcrumb-item> | |
<a routerLink="/"> | |
<i nz-icon nzType="home"></i> | |
</a> | |
</nz-breadcrumb-item> | |
<nz-breadcrumb-item> | |
<a routerLink="/university"> | |
<img src="assets/images/university_icon.svg" height="20px" width="20px" alt=""> | |
University | |
</a> | |
</nz-breadcrumb-item> | |
<nz-breadcrumb-item>University Details</nz-breadcrumb-item> | |
</nz-breadcrumb> | |
<br> | |
</div> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment