mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
replicate download file from chat conversation mobile and web
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule } from '@angular/forms';
|
||||
|
||||
import { IonicModule } from '@ionic/angular';
|
||||
|
||||
import { ViewDocumentPageRoutingModule } from './view-document-routing.module';
|
||||
|
||||
import { ViewDocumentPage } from './view-document.page';
|
||||
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
FontAwesomeModule,
|
||||
ViewDocumentPageRoutingModule
|
||||
],
|
||||
declarations: [ViewDocumentPage]
|
||||
})
|
||||
export class ViewDocumentPageModule {}
|
||||
Reference in New Issue
Block a user