Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApplicationConfig

Hierarchy

  • ApplicationConfig

Implements

  • any

Index

Constructors

constructor

Properties

Private globalFilters

globalFilters: ExceptionFilter[] = []

Private globalGuards

globalGuards: CanActivate[] = []

Private globalInterceptors

globalInterceptors: NestInterceptor[] = []

Private globalPipes

globalPipes: PipeTransform<any>[] = []

Private globalPrefix

globalPrefix: string = ""

Private ioAdapter

ioAdapter: WebSocketAdapter | null

Methods

addGlobalFilter

addGlobalGuard

addGlobalInterceptor

addGlobalPipe

getGlobalFilters

getGlobalGuards

getGlobalInterceptors

getGlobalPipes

getGlobalPrefix

  • getGlobalPrefix(): string

getIoAdapter

setGlobalPrefix

  • setGlobalPrefix(prefix: string): void

setIoAdapter

useGlobalFilters

useGlobalGuards

useGlobalInterceptors

useGlobalPipes

Generated using TypeDoc