Skip to content
Snippets Groups Projects
index.ts 117 B
Newer Older
  • Learn to ignore specific revisions
  • import { PrettyOperatorPipe } from './pretty-operator.pipe';
    
    export const sharedPipes = [
        PrettyOperatorPipe
    ];