AlexandreMT - Overview
Navigation Menu
{{ message }}
AlexandreMT
Follow
💭
Probably thinking about how to automate something
Bacharel em Sistemas de Informação | Engenheiro de software back-end em Sambatech
-
Sambatech
- Palmas-TO
AlexandreMT/README.md
Pinned Loading
-
subtitle-edit-downloader-v2 subtitle-edit-downloader-v2 Public
A CLI to download the latest version of Subtitle Edit
TypeScript
-
be-the-hero-mobile be-the-hero-mobile Public
JavaScript 1
-
4subbers-api 4subbers-api Public
PHP 1
-
form-errors-message.ts form-errors-message.ts
1
import {Directive, ElementRef, Input, OnInit} from '@angular/core';
2
import { FormControl } from '@angular/forms';
3
4
type ErrorTypes = {
5
[key: string]: () => void;

