Ts.ED
    Getting started
    Configuration
    Docs
    • Overview

      • Controllers
      • Providers
      • Models
      • Converters
      • Middlewares
      • Pipes
      • Interceptors
      • Authentication
      • Hooks
      • Exceptions
      • Platform API
    • Advanced

      • Request context
      • Validation
      • Injection scopes
      • Custom providers
      • Custom endpoint decorators
      • Testing
      • Api Reference
    Guide
    • Examples
    • Session & cookies
    • Passport.js
    • TypeORM
    • Mongoose
    • GraphQL
    • Seq
    • Socket.io
    • Swagger
    • Validation with AJV
    • Upload files
    • Serve static files
    • Templating
    • Throw HTTP exceptions
    • Customize 404
    • AWS project
    • Jest
    Versions
    • v4 (obsolete)
    • v6 (current)
    Getting started
    Configuration
    Docs
    • Overview

      • Controllers
      • Providers
      • Models
      • Converters
      • Middlewares
      • Pipes
      • Interceptors
      • Authentication
      • Hooks
      • Exceptions
      • Platform API
    • Advanced

      • Request context
      • Validation
      • Injection scopes
      • Custom providers
      • Custom endpoint decorators
      • Testing
      • Api Reference
    Guide
    • Examples
    • Session & cookies
    • Passport.js
    • TypeORM
    • Mongoose
    • GraphQL
    • Seq
    • Socket.io
    • Swagger
    • Validation with AJV
    • Upload files
    • Serve static files
    • Templating
    • Throw HTTP exceptions
    • Customize 404
    • AWS project
    • Jest
    Versions
    • v4 (obsolete)
    • v6 (current)
    • AfterListen

      • Overview
        • Members

        # AfterListen Interface

        Module
        import { AfterListen } from "@tsed/common"
        Source/packages/common/src/platform-builder/interfaces/AfterListen.ts

        # Overview

        interface AfterListen {
            $afterListen(): void | Promise<any>;
        }

        # Members

        $afterListen(): void | Promise<any>;

          Other
          topics

        • Session & cookies
        • Passport.js
        • TypeORM
        • Mongoose
        • GraphQL
        • Socket.io
        • Swagger
        • AJV
        • Multer
        • Serve static files
        • Templating
        • Throw HTTP Exceptions
        • Customize 404
        • AWS
        • Jest
        • Seq
        • Controllers
        • Providers
        • Model
        • Converters
        • Middlewares
        • Pipes
        • Interceptors
        • Authentication
        • Hooks
        • Injection scopes
        • Custom providers
        • Custom endpoint decorator
        • Testing

        Caught a mistake or want to contribute to the documentation? Edit on Github

        Contribute

        Help shape the future of Ts.Ed by joining our team and send us pull requests via our GitHub repository!

        License

        Released under the MIT License - © Copyright 2016 - 2022.

        0