Skip to content

Instantly share code, notes, and snippets.

View wgd3's full-sized avatar

Wallace Daniel wgd3

View GitHub Profile
@wgd3
wgd3 / __fileName__.controller.ts.template
Created June 15, 2023 17:25
Nx generator and template files used to create TypeORM entities, interfaces, services, and repositories.
import { <%=className%>Service } from '@myapp/server/core/application-services';
import { IRequestUserObject } from '@myapp/server/core/domain';
import { I<%=className%>, RoleEnum } from '@myapp/shared/domain';
import {
Body,
Controller,
Get,
Logger,
Param,
ParseUUIDPipe,