Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12111

How to create a Formgroup using an interface in Angular

$
0
0

I'm new to asking questions so please be understanding.I have and interface of USERS

interface USERS {  id: Number;  name: String;  username: String;  email: String;}

and I want to create a formbuilder that (if possible) will automatically make the properties that are needed.eg

registrationForm = this.fb.group({    userName: ['', [Validators.required, Validators.minLength(3), forbiddenNameValidator]],     id: [''],     name: [''],     email: [''], 

Is there any way that this can happen ?I want to create larger interface and I don't want to manually put the necessary properties


Viewing all articles
Browse latest Browse all 12111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>