Skip to content

Instantly share code, notes, and snippets.

View grondiG's full-sized avatar
📈
d-_-b

gr0ndi grondiG

📈
d-_-b
View GitHub Profile
import {
AfterViewInit, ChangeDetectorRef,
ComponentRef, DestroyRef,
Directive,
inject,
Input,
ViewContainerRef
} from '@angular/core';
import { ControlContainer, FormGroup, NgForm } from '@angular/forms';
import { ErrorMessageComponent } from '../../components/error-message/error-message.component';