google-recaptcha-angular
Version:
Google functionality reCaptcha for Angular
14 lines (12 loc) • 512 B
text/typescript
import { NgModule } from '@angular/core';
import { ReCaptchaRenderDirective } from './re-captcha-render.directive';
import { ReCaptchaGoogleCrearComponent } from './re-captcha-google-crear/re-captcha-google-crear.component';
import {CommonModule} from "@angular/common";
export class GoogleReCaptchaAngularModule { }