You need to provide some classes and decorators yourself to maintain the same style as [email protected].
@EntityRepository(UserEntity)
export class UserRepository extends Repository<UserEntity> {}β
You need to provide some classes and decorators yourself to maintain the same style as [email protected].
@EntityRepository(UserEntity)
export class UserRepository extends Repository<UserEntity> {}β
| src | |
| ββ app | |
| β ββ auth (Folder) | |
| β β ββ auth routes config (File) | |
| β β ββ login (Standalone-Component) | |
| β β ββ register (Standalone-Component) | |
| β β ββ ... | |
| β β | |
| β ββ core (Folder) | |
| β β ββ core providers config (File) |