| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- <aside class="sidebar ">
- <div class="scrollbar">
- <div ngbDropdown class="user">
- <div ngbDropdownToggle class="user__info" data-toggle="dropdown">
- <img class="user__img" src="assets/img/profile-pics/4.jpg" alt="">
- <div >
- <div class="user__name">
- <ng-container *ngIf="userInformation">
- <span>{{userInformation.firstname}}</span>
- <span class="ml-1">{{userInformation.lastname}}</span>
- </ng-container>
- </div>
- <div class="user__email">{{userInformation!.email}}</div>
- </div>
- </div>
- <div ngbDropdownMenu class="dropdown-menu dropdown-menu--invert">
- <a class="dropdown-item" href="">View Profile</a>
- <a class="dropdown-item" href="">Settings</a>
- <a class="dropdown-item" href="">Logout</a>
- </div>
- </div>
- <ul class="navigation">
- <li class="navigation"><a [routerLink]="RoutePath.SLASH"><i class="zwicon-home"></i> Home</a></li>
- <li ngbDropdown class="navigation__sub">
- <a ngbDropdownToggle href="#"><i class="zwicon-three-h"></i> Variants</a>
- <ul ngbDropdownMenu class="dropdown-menu">
- <li><a href="hidden-sidebar.html">Hidden Sidebar</a></li>
- <li><a href="boxed-layout.html">Boxed Layout</a></li>
- <li><a href="hidden-sidebar-boxed-layout.html">Boxed Layout with Hidden Sidebar</a></li>
- </ul>
- </li>
- <li>
- <a href="typography.html"><i class="zwicon-edit-square-feather"></i> Typography</a>
- </li>
- <li>
- <a href="widgets.html"><i class="zwicon-layout-4"></i> Widgets</a>
- </li>
- <li ngbDropdown class="navigation__sub">
- <a ngbDropdownToggle href="#"><i class="zwicon-layout-2"></i> Tables</a>
- <ul ngbDropdownMenu>
- <li>
- <a href="html-table.html">HTML Table</a>
- </li>
- <li>
- <a href="data-table.html">Data Table</a>
- </li>
- </ul>
- </li>
- <li class="navigation__sub">
- <a href=""><i class="zwicon-note"></i> Forms</a>
- <ul>
- <li>
- <a href="form-elements.html">Basic Form Elements</a>
- </li>
- <li>
- <a href="form-components.html">Form Components</a>
- </li>
- <li>
- <a href="form-layouts.html">Form Layouts</a>
- </li>
- <li>
- <a href="form-validation.html">Form Validation</a>
- </li>
- </ul>
- </li>
- <li class="navigation__sub">
- <a href=""><i class="zwicon-cursor-square"></i> User Interface</a>
- <ul>
- <li>
- <a href="colors.html">Colors</a>
- </li>
- <li>
- <a href="css-animations.html">CSS Animations</a>
- </li>
- <li>
- <a href="buttons.html">Buttons</a>
- </li>
- <li>
- <a href="icons.html">Icons</a>
- </li>
- <li>
- <a href="listview.html">Listview</a>
- </li>
- <li>
- <a href="toolbars.html">Toolbars</a>
- </li>
- <li>
- <a href="cards.html">Cards</a>
- </li>
- <li>
- <a href="alerts.html">Alerts</a>
- </li>
- <li>
- <a href="badges.html">Badges</a>
- </li>
- <li>
- <a href="breadcrumbs.html">Bredcrumbs</a>
- </li>
- <li>
- <a href="jumbotron.html">Jumbotron</a>
- </li>
- <li>
- <a href="navs.html">Navs</a>
- </li>
- <li>
- <a href="pagination.html">Pagination</a>
- </li>
- <li>
- <a href="progress.html">Progress</a>
- </li>
- </ul>
- </li>
- <li class="navigation__sub">
- <a href=""><i class="zwicon-tray-stack"></i> Javascript Components</a>
- <ul class="navigation__sub">
- <li>
- <a href="carousel.html">Carousel</a>
- </li>
- <li>
- <a href="collapse.html">Collapse</a>
- </li>
- <li>
- <a href="dropdowns.html">Dropdowns</a>
- </li>
- <li>
- <a href="modals.html">Modals</a>
- </li>
- <li>
- <a href="popover.html">Popover</a>
- </li>
- <li>
- <a href="tabs.html">Tabs</a>
- </li>
- <li>
- <a href="tooltips.html">Tooltips</a>
- </li>
- <li>
- <a href="toast.html">Toasts</a>
- </li>
- <li>
- <a href="treeview.html">Tree View</a>
- </li>
- <li>
- <a href="custom-alerts.html">Custom Alerts</a>
- </li>
- </ul>
- </li>
- <li class="navigation__sub">
- <a href=""><i class="zwicon-line-chart"></i> Charts</a>
- <ul>
- <li>
- <a href="flot-charts.html">Flot</a>
- </li>
- <li>
- <a href="other-charts.html">Other Charts</a>
- </li>
- <li>
- <a href="maps.html">Maps</a>
- </li>
- </ul>
- </li>
- <li>
- <a href="calendar.html"><i class="zwicon-calendar-never"></i> Calendar</a>
- </li>
- <li>
- <a href="photo-gallery.html"><i class="zwicon-image"></i> Photo Gallery</a>
- </li>
- <li class="navigation__sub">
- <a href=""><i class="zwicon-repository"></i> Sample Pages</a>
- <ul>
- <li>
- <a href="profile-about.html">Profile</a>
- </li>
- <li>
- <a href="messages.html">Messages</a>
- </li>
- <li>
- <a href="contacts.html">Contacts</a>
- </li>
- <li>
- <a href="new-contact.html">New Contact</a>
- </li>
- <li>
- <a href="groups.html">Groups</a>
- </li>
- <li>
- <a href="pricing-tables.html">Pricing Tables</a>
- </li>
- <li>
- <a href="invoice.html">Invoice</a>
- </li>
- <li>
- <a href="todo-lists.html">Todo Lists</a>
- </li>
- <li>
- <a href="notes.html">Notes</a>
- </li>
- <li>
- <a href="search-results.html">Search Results</a>
- </li>
- <li>
- <a href="issue-tracker.html">Issue Tracker</a>
- </li>
- <li>
- <a href="faq.html">FAQ</a>
- </li>
- <li>
- <a href="team.html">Team</a>
- </li>
- <li>
- <a href="blog.html">Blog</a>
- </li>
- <li>
- <a href="blog-detail.html">Blog Detail</a>
- </li>
- <li>
- <a href="questions-answers.html">Questions & Answers</a>
- </li>
- <li>
- <a href="questions-answers-details.html">Questions & Answers Details</a>
- </li>
- <li>
- <a href="login.html">Login & SignUp</a>
- </li>
- <li>
- <a href="lockscreen.html">Lockscreen</a>
- </li>
- <li>
- <a href="404.html">404</a>
- </li>
- <li>
- <a href="empty.html">Empty Page</a>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- </aside>
|