github.com/readium/readium-lcp-server@v0.0.0-20240509124024-799e77a0bbd6/frontend/manage/app/shared/pipes/sort.module.ts (about) 1 import { NgModule } from '@angular/core'; 2 import { Sort } from "./sort.pipe" 3 4 @NgModule({ 5 imports: [], 6 7 declarations: [Sort], 8 9 exports: [Sort] 10 }) 11 12 export class SortModule { }