My name is Andrés Quintero. Colombian.
Pinned Loading
-
angular-docker
angular-docker Publicbuild Angular project using docker image with multi-stage builds
Dockerfile 1
-
-
-
-
Angular custom validations
Angular custom validations 1import { AbstractControl, FormGroup, ValidationErrors, ValidatorFn } from '@angular/forms';
23export class CustomValidators {
4static age(control: AbstractControl) {
5const value = control.value;
-
Class for calculate digit verificati...
Class for calculate digit verification of the NIT in Colombia in TypeScript 1export class NitValidations {
2static returnVerificationDigit(myNit: string) {
3// Se limpia el Nit
4let validNit = this.cleanNit(myNit);
5// Si el Nit es válido, devuelve el digito
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.