4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import { FormByIdPipe } from './form.by.id.pipe'
|
|
|
|
export const formPipes = [FormByIdPipe]
|