feat: enhance DTO generation and organization by tag
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { InjectionToken } from '@angular/core';
|
||||
import { Observable } from 'rxjs';
|
||||
{{#imports}}
|
||||
import { {{classname}} } from '@/entities/models/{{classFilename}}.model';
|
||||
import { {{classname}} } from '@/entities/models/{{tagFilename}}/{{classFilename}}.model';
|
||||
{{/imports}}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user