Menu demo update
This commit is contained in:
@@ -3,9 +3,9 @@ import { Component } from '@angular/core';
|
||||
@Component({
|
||||
selector: 'app-personaldemo',
|
||||
template: `
|
||||
<div class="flex align-items-center py-5 px-3">
|
||||
<div class="flex flex-column align-items-center py-5 px-3">
|
||||
<i class="pi pi-fw pi-user mr-2 text-2xl"></i>
|
||||
<p class="m-0 text-lg">Personal Component Content via Child Route</p>
|
||||
<p class="mt-5 text-center text-lg">Personal Component Content via Child Route</p>
|
||||
</div>
|
||||
`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user