tecas
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
26 lines (25 loc) • 988 B
TypeScript
import { EventEmitter, OnInit } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class TecasComponent implements OnInit {
private sanitizer;
jsonNipDesign: any;
formData: EventEmitter<any>;
safeContentCard: SafeHtml | undefined;
safeContentCardNip: SafeHtml | undefined;
safeContentCardNip2: SafeHtml | undefined;
title: string;
placeholder: string;
contentCard: string;
contentCardNip1: string;
contentCardNip2: string;
button: string;
button2: string;
formNip: FormGroup;
constructor(sanitizer: DomSanitizer);
ngOnInit(): void;
onSubmit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TecasComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TecasComponent, "tks-tecas", never, { "jsonNipDesign": "jsonNipDesign"; }, { "formData": "formData"; }, never, never>;
}