UNPKG

nestjs-mvc-tools

Version:

NestJS MVC Tools is a small set of tools designed to help you get started more easily with traditional web development approaches in NestJS.

8 lines (6 loc) 163 B
import { Controller } from "@hotwired/stimulus"; export class HelloWorldController extends Controller { connect() { console.log(this.element); } }