UNPKG

nestjs-aop

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/toss/nestjs-aop"> <img src="https://toss.tech/wp-content/uploads/2022/11/tech-article-nest-js-02.png" alt="Logo" height="200"> </a>

9 lines (7 loc) 133 B
import { Injectable } from '@nestjs/common'; @Injectable() export class SampleService { sample() { return 'dependency'; } }