Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
duluca committed Apr 27, 2020
1 parent 3634ce9 commit 7eb0908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/user/user.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { NgxMaskModule } from 'ngx-mask'
import { AppMaterialModule } from '../app-material.module'
import { AuthGuard } from '../auth/auth-guard.service'
import { SharedComponentsModule } from '../shared-components.module'
import { FieldErrorModule } from '../user-controls/field-error/field-error.module'
import { LemonRaterModule } from '../user-controls/lemon-rater/lemon-rater.module'
import { LogoutComponent } from './logout/logout.component'
import { ProfileComponent } from './profile/profile.component'
Expand All @@ -24,6 +25,7 @@ import { UserService } from './user/user.service'
ReactiveFormsModule,
FlexLayoutModule,
UserMaterialModule,
FieldErrorModule,
SharedComponentsModule,
LemonRaterModule,
NgxMaskModule.forChild({ showMaskTyped: true, showTemplate: true }),
Expand Down

0 comments on commit 7eb0908

Please sign in to comment.