diff --git a/src/lib/common-ui.module.ts b/src/lib/common-ui.module.ts index 9f10028..ea17ad9 100644 --- a/src/lib/common-ui.module.ts +++ b/src/lib/common-ui.module.ts @@ -18,6 +18,7 @@ import { IqserScrollbarModule } from './scrollbar'; import { IqserEmptyStatesModule } from './empty-states'; import { LogPipe } from './utils/pipes/log.pipe'; import { LogoComponent } from './misc/logo/logo.component'; +import { HiddenActionComponent } from './misc/hidden-action/hidden-action.component'; const matModules = [MatIconModule, MatProgressSpinnerModule]; const modules = [ @@ -31,7 +32,7 @@ const modules = [ IqserScrollbarModule, IqserEmptyStatesModule ]; -const components = [StatusBarComponent, FullPageLoadingIndicatorComponent, FullPageErrorComponent, LogoComponent]; +const components = [StatusBarComponent, FullPageLoadingIndicatorComponent, FullPageErrorComponent, LogoComponent, HiddenActionComponent]; const pipes = [SortByPipe, HumanizePipe]; @NgModule({ diff --git a/src/lib/misc/hidden-action/hidden-action.component.html b/src/lib/misc/hidden-action/hidden-action.component.html new file mode 100644 index 0000000..a101778 --- /dev/null +++ b/src/lib/misc/hidden-action/hidden-action.component.html @@ -0,0 +1,3 @@ +