File

src/app/components/captcha/captcha.component.ts

Implements

OnInit

Metadata

selector captcha
styleUrls ./captcha.component.scss
templateUrl ./captcha.component.html

Index

Methods

Constructor

constructor()

Methods

ngOnInit
ngOnInit()
Returns : void
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'captcha',
  templateUrl: './captcha.component.html',
  styleUrls: ['./captcha.component.scss']
})
export class CaptchaComponent implements OnInit {
  constructor() {}

  ngOnInit() {}
}
<re-captcha></re-captcha>

./captcha.component.scss

Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""