Skip to content

Commit

Permalink
fix: Removes services from providers nephos module
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvys Marcos committed Sep 11, 2024
1 parent f3d625c commit f7eff88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion projects/iatec/nephos-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iatec/nephos-layout",
"version": "3.5.0",
"version": "3.5.1",
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
Expand Down
5 changes: 1 addition & 4 deletions projects/iatec/nephos-layout/src/lib/nephos.layout.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { SkeletonModule } from 'primeng/skeleton';
import { TranslocoPipe } from '@jsverse/transloco';
import { ToastModule } from 'primeng/toast';
import { ConfirmPopupModule } from 'primeng/confirmpopup';
import { ConfirmationService, MessageService } from 'primeng/api';


@NgModule({
Expand Down Expand Up @@ -80,9 +79,7 @@ import { ConfirmationService, MessageService } from 'primeng/api';
ConfirmPopupModule
],
providers: [
provideHttpClient(withInterceptorsFromDi()),
MessageService,
ConfirmationService
provideHttpClient(withInterceptorsFromDi())
]
})
export class NephosLayoutModule {
Expand Down

0 comments on commit f7eff88

Please sign in to comment.