UNPKG

generator-nest-js-boilerplate

Version:

This generator will help you to build your own Nest.js Mongodb API using TypeScript 4

9 lines (7 loc) 150 B
import { Injectable } from '@nestjs/common'; @Injectable() export default class AppService { getHello(): string { return 'Hello world!'; } }