Tailwind Elements Select component not working with Angular *ngFor – Javascript
Here is my codes for basic angular component where I'm using Tailwind Elemets CSS framework. app.componenets.ts import { Component, OnInit } from '@angular/core'; import { Select, Datepicker, Input, initTE } from "tw-elements"; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] })…