Skip to content

Auslesen von Text-Eingaben aus Webcomponents in Angular #1593

Answered by deleonio
BenRichter asked this question in Q&A
Discussion options

You must be logged in to vote

Hallo @BenRichter,

bei allen _on Propteries verwenden wir innerhalb von KoliBri ein Callback-Objekt. Innerhalb des Callback-Objects gibt es unterschiedliche Events, auf die man reagieren kann. Der Vorteil davon ist, dass wir es einfach erweitern können.

Type:

export type InputTypeOnDefault = InputTypeOnBlur & InputTypeOnClick & InputTypeOnChange & InputTypeOnFocus;

Link: https://codesandbox.io/s/angular-get-input-values-w1rn71?file=/src/app/app.component.ts

import { Component } from "@angular/core";

@Component({
  selector: "app-root",
  templateUrl: "./app.component.html",
  styleUrls: ["./app.compone…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by deleonio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants