feat: ignore

This commit is contained in:
夜鹰 2022-06-23 12:11:39 +08:00
parent 6af3634eb0
commit e78688f249

View File

@ -52,7 +52,7 @@ const COMPONENTS = [ToolbarComponent, SidebarComponent, NavbarComponent, PageNot
],
declarations: [WebviewDirective, ...COMPONENTS, ApiParamsNumPipe, PageBlankComponent, PageFeaturePreviewComponent],
providers: [ModalService],
// schemas: [CUSTOM_ELEMENTS_SCHEMA],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
exports: [WebviewDirective, ...COMPONENTS, ApiParamsNumPipe],
})
export class SharedModule {}