update breadcrumb and create account module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { ProgressSpinner } from 'primeng/progressspinner';
|
||||
|
||||
@Component({
|
||||
selector: 'shared-page-loading',
|
||||
templateUrl: './page-loading.component.html',
|
||||
imports: [ProgressSpinner],
|
||||
})
|
||||
export class PageLoadingComponent {}
|
||||
Reference in New Issue
Block a user