import {Component, OnInit} from '@angular/core'; @Component({ selector: 'app-number-decimal-places-validator', templateUrl: './number-decimal-places-validator.component.html', styleUrls: ['./number-decimal-places-validator.component.scss'] }) export class NumberDecimalPlacesValidatorComponent implements OnInit { constructor() {} ngOnInit(): void {} }