bug fix
This commit is contained in:
parent
b9d10d3586
commit
5aab6cd3a8
|
@ -10,7 +10,7 @@
|
|||
<mat-progress-bar [mode]="'indeterminate'"></mat-progress-bar>
|
||||
</div>
|
||||
<!-- Title -->
|
||||
<div class="text-4xl font-extrabold tracking-tight">쪽지함</div>
|
||||
<div class="text-4xl font-extrabold tracking-tight">한줄공지</div>
|
||||
<!-- Actions -->
|
||||
|
||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
||||
|
|
|
@ -16,6 +16,7 @@ import { MatSlideToggleModule } from '@angular/material/slide-toggle';
|
|||
import { MatRadioModule } from '@angular/material/radio';
|
||||
import { MatCheckboxModule } from '@angular/material/checkbox';
|
||||
import { MatDatepickerModule } from '@angular/material/datepicker';
|
||||
import { MatMomentDateModule } from '@angular/material-moment-adapter';
|
||||
|
||||
import { TranslocoModule } from '@ngneat/transloco';
|
||||
|
||||
|
@ -47,6 +48,7 @@ import { noticeOnelineRoutes } from './notice-oneline.routing';
|
|||
MatRadioModule,
|
||||
MatCheckboxModule,
|
||||
MatDatepickerModule,
|
||||
MatMomentDateModule,
|
||||
],
|
||||
})
|
||||
export class NoticeOnelineModule {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user