angular-rest-app documentation
  1. Miscellaneous
  2. Type aliases

Index

  • ClassOf   (projects/.../types.ts)
  • FunctionsOf   (projects/.../types.ts)
  • Guard   (projects/.../types.ts)
  • GuardFunction   (projects/.../types.ts)
  • GuardFunctionsOf   (projects/.../types.ts)
  • GuardType   (projects/.../types.ts)
  • HandlerFunction   (projects/.../types.ts)
  • HandlerFunctionsOf   (projects/.../types.ts)
  • HandlersOf   (projects/.../types.ts)
  • HeaderInjectorResponse   (projects/.../types.ts)
  • HeaderInjectorType   (projects/.../types.ts)
  • HeadersClientParam   (projects/.../types.ts)
  • HeadersParam   (projects/.../types.ts)
  • RestPropertyDecorator   (projects/.../request-builder.ts)

projects/rest/src/lib/types.ts

ClassOf

Returns a class-function type of an interface/class

FunctionsOf

Returns specified type of method names of an interface/class

Guard
GuardType<T>[] | GuardType<T>
GuardFunction
function
GuardFunctionsOf
FunctionsOf<T | GuardFunction>
GuardType
GuardFunctionsOf<T> | GuardFunction | ClassOf<RestGuard>
HandlerFunction
function
HandlerFunctionsOf
FunctionsOf<T | HandlerFunction>
HandlersOf
Array<HandlerFunctionsOf | HandlerFunction | >
HeaderInjectorResponse
HeadersObject | Promise<HeadersObject>
HeaderInjectorType
ClassOf<HeadersInjector>
HeadersClientParam
Array<HeadersObject | HeaderInjectorType | FunctionsOf>
HeadersParam
Array<HeadersObject | HeaderInjectorType>

projects/rest/src/lib/request-builder.ts

RestPropertyDecorator
function

result-matching ""

    No results matching ""