mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-24 10:16:10 +01:00
content top component
This commit is contained in:
parent
aae6dbcc23
commit
9fa15f15f0
6 changed files with 78 additions and 2 deletions
9
src/app/theme/contentTop/contentTop.html
Normal file
9
src/app/theme/contentTop/contentTop.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<div class="content-top clearfix">
|
||||
<h1 class="al-title">{{ activePageTitle }}</h1>
|
||||
|
||||
<ul class="breadcrumb al-breadcrumb">
|
||||
<li>
|
||||
<a href="#/dashboard">Home</a></li>
|
||||
<li>{{ activePageTitle }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue