This commit is contained in:
tiago.kayaya
2021-06-03 13:34:19 +01:00
parent a1eaf54bf0
commit f6ce29ee66
4 changed files with 5 additions and 4 deletions
@@ -17,6 +17,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
ComponentsModule,
ChatPopoverPageRoutingModule
],
exports: [ChatPopoverPage],
declarations: [ChatPopoverPage],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})