This commit is contained in:
tiago.kayaya
2021-06-03 14:11:34 +01:00
parent d05ef20373
commit bf90d2765f
34 changed files with 16 additions and 1527 deletions
@@ -1,4 +1,4 @@
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
@@ -18,7 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
ChatPopoverPageRoutingModule
],
exports: [ChatPopoverPage],
declarations: [ChatPopoverPage],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
declarations: [ChatPopoverPage]
})
export class ChatPopoverPageModule {}