Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- mysql if
- scroll
- route
- 셀렉트박스 커스텀
- modal
- egov spring ajax 사용 예시
- 스크롤 이벤트 감지
- angular modal
- Router
- 검색
- ApexChart
- 호버
- Ionic modal
- Angular Router
- 스크롤 이벤트
- 모달
- formgroup
- angular button
- 앵귤러 모달
- 아이오닉 스크롤 이벤트
- angular animation
- prisma
- Oracle LISTAGG 사용 예시
- 앵귤러 애니메이션
- ajax 사용 예시
- 옵저버블
- summary
- TAILWIND
- flex-1
- angular route
Archives
- Today
- Total
목록비밀번호 확인 (1)
깜놀하는 해므찌로
Nestjs 비밀번호 / 비밀번호 확인과 같이 클래스 내 다른 property와 일치한 지 검증하고 싶을 때
import {registerDecorator, ValidationArguments, ValidationOptions} from 'class-validator'; export function IsEqual(property: string, validationOptions: ValidationOptions) { return function (object: object, propertyName: string) { registerDecorator({ name: 'isEqual', target: object.constructor, propertyName, constraints: [property], options: validationOptions, validator: { validate(value: any, ar..
IT
2023. 8. 13. 11:20