projects/storefrontlib/shared/pipes/suplement-hash-anchors/supplement-hash-anchors.module.ts
import { NgModule } from '@angular/core';
import { SupplementHashAnchorsPipe } from './supplement-hash-anchors.pipe';
@NgModule({
declarations: [SupplementHashAnchorsPipe],
exports: [SupplementHashAnchorsPipe],
})
export class SupplementHashAnchorsModule {}