update steps and tabmenu

This commit is contained in:
Çetin
2021-12-23 10:03:33 +03:00
parent 7117f770ca
commit 38574a958f
8 changed files with 93 additions and 25 deletions

View File

@@ -0,0 +1,15 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-personaldemo',
template: `
<div class="flex 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>
</div>
`
})
export class PersonalDemoComponent{
constructor() { }
}