working in responsiveness

This commit is contained in:
tiago.kayaya
2021-03-11 16:21:09 +01:00
parent 304151f2fd
commit e4353b5d59
15 changed files with 191 additions and 110 deletions
+3 -2
View File
@@ -28,11 +28,12 @@ import { FormsModule } from '@angular/forms';
import { CalendarModule, DateAdapter } from 'angular-calendar';
import { adapterFactory } from 'angular-calendar/date-adapters/date-fns';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { MessagesPage } from './pages/chat/messages/messages.page';
@NgModule({
declarations: [AppComponent],
entryComponents: [],
declarations: [AppComponent,MessagesPage,],
entryComponents: [MessagesPage],
imports: [BrowserModule,
CommonModule,
FormsModule,