Remove standalone

This commit is contained in:
shamoon 2025-11-05 13:48:46 -08:00
parent b3ea3f96d6
commit 023e064d8c
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ import { ConfirmDialogComponent } from '../confirm-dialog/confirm-dialog.compone
@Component({ @Component({
selector: 'pngx-share-bundle-dialog', selector: 'pngx-share-bundle-dialog',
templateUrl: './share-bundle-dialog.component.html', templateUrl: './share-bundle-dialog.component.html',
standalone: true,
imports: [ imports: [
CommonModule, CommonModule,
ReactiveFormsModule, ReactiveFormsModule,

View File

@ -20,7 +20,6 @@ import { LoadingComponentWithPermissions } from '../../loading-component/loading
@Component({ @Component({
selector: 'pngx-share-bundle-manage-dialog', selector: 'pngx-share-bundle-manage-dialog',
templateUrl: './share-bundle-manage-dialog.component.html', templateUrl: './share-bundle-manage-dialog.component.html',
standalone: true,
imports: [CommonModule, NgxBootstrapIconsModule, FileSizePipe], imports: [CommonModule, NgxBootstrapIconsModule, FileSizePipe],
}) })
export class ShareBundleManageDialogComponent export class ShareBundleManageDialogComponent