small improvements:
- add colorview component - improve generic action column - improve generic table - improve event-type-table.component.ts - add headerText to admin layout
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
|
||||
</svg>
|
||||
</label>
|
||||
<a class="btn btn-ghost text-xl">daisyUI</a>
|
||||
<a class="btn btn-ghost text-xl">{{headerText()}}</a>
|
||||
</div>
|
||||
@if (loggedIn()) {
|
||||
<div class="flex-none">
|
||||
|
||||
@@ -8,6 +8,7 @@ import { Component, input, output } from '@angular/core';
|
||||
})
|
||||
export class AdminLayoutRs1 {
|
||||
|
||||
headerText = input<string>();
|
||||
|
||||
readonly loggedIn = input<boolean>(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user