update sakai to v17 (menu demo)

This commit is contained in:
Francesco Spilla 2023-12-21 14:41:46 +01:00
parent 08aa2696bb
commit 8cc7611464
4 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import { Component } from '@angular/core';
@Component({
standalone: true,
template: `
<div class="flex flex-column align-items-center justify-content-center h-full py-5 px-3">
<i class="pi pi-fw pi-check mr-2 text-2xl"></i>

View File

@ -1,6 +1,7 @@
import { Component } from '@angular/core';
@Component({
standalone: true,
template: `
<div class="flex flex-column align-items-center justify-content-center h-full py-5 px-3">
<i class="pi pi-fw pi-money-bill mr-2 text-2xl"></i>

View File

@ -1,6 +1,7 @@
import { Component } from '@angular/core';
@Component({
standalone: true,
template: `
<div class="flex flex-column align-items-center justify-content-center h-full py-5 px-3">
<i class="pi pi-fw pi-user mr-2 text-2xl"></i>

View File

@ -1,6 +1,7 @@
import { Component } from '@angular/core';
@Component({
standalone: true,
template: `
<div class="flex flex-column align-items-center justify-content-center h-full py-5 px-3">
<i class="pi pi-fw pi-ticket mr-2 text-2xl"></i>