diff --git a/projects/common/src/fm/common.module.ts b/projects/common/src/fm/common.module.ts index 021dacb..a22f2ac 100644 --- a/projects/common/src/fm/common.module.ts +++ b/projects/common/src/fm/common.module.ts @@ -39,6 +39,7 @@ import { SessionClearedComponent } from './components/session-cleared/session-cl import { ResumableFileUploadService } from './components/resumable-file-upload/resumable-file-upload.service'; import { ResumableFileUploadComponent } from './components/resumable-file-upload/resumable-file-upload.component'; import { NotFoundComponent } from './components/not-found/not-found.component'; +import { NotImplementedComponent } from './components/not-implemented/not-implemented.component'; import { SidePanelComponent } from './components/side-panel/side-panel.component'; import { TimespanComponent } from './components/timespan/timespan.component'; import { TagInputComponent } from './components/tag-input/tag-input.component'; @@ -76,6 +77,7 @@ export {FolderService, ResumableFileUploadService, ResumableFileUploadComponent, NotFoundComponent, + NotImplementedComponent, SidePanelComponent, TimespanComponent, TagInputComponent, @@ -115,6 +117,7 @@ export {FolderService, SidePanelComponent, SafePipe, NotFoundComponent, + NotImplementedComponent, ResumableFileUploadComponent, TimespanComponent, TagInputComponent, @@ -130,6 +133,7 @@ export {FolderService, SidePanelComponent, SafePipe, NotFoundComponent, + NotImplementedComponent, ResumableFileUploadComponent, TimespanComponent, TagInputComponent, diff --git a/projects/common/src/fm/components/not-implemented/not-implemented.component.html b/projects/common/src/fm/components/not-implemented/not-implemented.component.html new file mode 100644 index 0000000..04fa4f8 --- /dev/null +++ b/projects/common/src/fm/components/not-implemented/not-implemented.component.html @@ -0,0 +1,5 @@ +