# OnInit Interface
| Module | import { OnInit } from "@tsed/di" |
|---|---|
| Source | /packages/di/src/interfaces/OnInit.ts |
# Overview
interface OnInit {
$onInit(): Promise<any> | void;
}# Members
$onInit(): Promise<any> | void;- 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