Migrate frontend prefix to -pngx

This commit is contained in:
shamoon
2023-09-14 14:51:02 -07:00
parent 9e2135e2c7
commit 5ee9ad3e4f
111 changed files with 373 additions and 371 deletions
@@ -26,7 +26,7 @@ export enum RelativeDate {
}
@Component({
selector: 'app-date-dropdown',
selector: 'pngx-date-dropdown',
templateUrl: './date-dropdown.component.html',
styleUrls: ['./date-dropdown.component.scss'],
providers: [{ provide: NgbDateAdapter, useClass: ISODateAdapter }],