Skip to content

yiminghe/nest-web

Repository files navigation

nest-web

using nestjs DI on web

usage

import { NestFactory } from 'nest-web/core';
import { Injectable } from 'nest-web/common';

const app = await NestFactory.createApplicationContext(...);
const service = app.get(...);

About

use nestjs DI on web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages