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