Do you have a website or just an idea?
We can help you.

Our core mission is to develop and utilize existing technologies to solve challenges arising from today's technology evolution. Currently, we emphasize the web industry.

import { Get, Controller, Render } from '@nestjs/common';
import { AppService } from './app.service';

@Controller()
export class AppController {
constructor(private readonly appService: AppService) {}

@Get()
@Render('index')
render() {
const message = this.appService.getHello();
return { message };
}
}
  • class-icongetFips ()
    1 | 0
  • class-icongetHashes ()
    string[]
  • class-icongetHeapCodeStatistics ()
    HeapCodeStatistics
  • class-icongetHeapSnapshots ()
    Readable
  • class-icongetIndentSize ()
    number
  • class-icongetInputFileNameFromOutput ()
    string
  • class-icongetInjectionProviders ()
    Provider[]
  • class-icongetPackedSettings ()
    Buffer