Skip to content

Commit

Permalink
primeng sharedmodule fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Frequency21 committed Oct 26, 2022
1 parent 6403dd1 commit 183db07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ErrorHandler, NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { MessageService } from 'primeng/api';
import { DialogModule } from 'primeng/dialog';
import { MenubarModule } from 'primeng/menubar';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
Expand All @@ -21,8 +20,6 @@ import { SharedModule } from './shared/shared.module';
BrowserAnimationsModule,
HttpClientModule,
// PrimeNG
// DialogModule a SharedModule miatt kell lásd #1
DialogModule,
MenubarModule,
],
providers: [
Expand Down

0 comments on commit 183db07

Please sign in to comment.