Skip to content

Commit

Permalink
added new components Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Iheanemegregory-9 committed Jul 28, 2023
1 parent 228d965 commit 8ca775e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/prime-components/prime-components.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { DialogModule } from 'primeng/dialog';
import { DynamicDialogModule } from 'primeng/dynamicdialog';
import { DropdownModule } from 'primeng/dropdown';
import { SkeletonModule } from 'primeng/skeleton';
import { PasswordModule } from 'primeng/password';



Expand Down Expand Up @@ -49,7 +50,8 @@ import { SkeletonModule } from 'primeng/skeleton';
DialogModule,
DynamicDialogModule,
DropdownModule,
SkeletonModule
SkeletonModule,
PasswordModule
],
exports:[
ButtonModule,
Expand All @@ -71,7 +73,8 @@ import { SkeletonModule } from 'primeng/skeleton';
DialogModule,
DynamicDialogModule,
DropdownModule,
SkeletonModule
SkeletonModule,
PasswordModule
]
})
export class PrimeComponentsModule { }

0 comments on commit 8ca775e

Please sign in to comment.