Skip to content
Snippets Groups Projects
Commit a4a2916d authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: pipe declaration

parent 2770be14
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ import { RegionTextSearchAutocomplete } from "./viewerStateController/regionSear ...@@ -60,6 +60,7 @@ import { RegionTextSearchAutocomplete } from "./viewerStateController/regionSear
import { PluginBtnFabColorPipe } from "src/util/pipes/pluginBtnFabColor.pipe"; import { PluginBtnFabColorPipe } from "src/util/pipes/pluginBtnFabColor.pipe";
import { KgSearchBtnColorPipe } from "src/util/pipes/kgSearchBtnColor.pipe"; import { KgSearchBtnColorPipe } from "src/util/pipes/kgSearchBtnColor.pipe";
import { TemplateParcellationHasMoreInfo } from "src/util/pipes/templateParcellationHasMoreInfo.pipe"; import { TemplateParcellationHasMoreInfo } from "src/util/pipes/templateParcellationHasMoreInfo.pipe";
import { HumanReadableFileSizePipe } from "src/util/pipes/humanReadableFileSize.pipe";
@NgModule({ @NgModule({
...@@ -127,6 +128,7 @@ import { TemplateParcellationHasMoreInfo } from "src/util/pipes/templateParcella ...@@ -127,6 +128,7 @@ import { TemplateParcellationHasMoreInfo } from "src/util/pipes/templateParcella
BinSavedRegionsSelectionPipe, BinSavedRegionsSelectionPipe,
SavedRegionsSelectionBtnDisabledPipe, SavedRegionsSelectionBtnDisabledPipe,
TemplateParcellationHasMoreInfo, TemplateParcellationHasMoreInfo,
HumanReadableFileSizePipe,
/* directive */ /* directive */
DownloadDirective, DownloadDirective,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment