python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create a custom table similar to primeng table
In our project earlier we used p-table from primeng. Now we try to create a custom one.
So, I want to create a custom table similar to https://www.primefaces.org/primeng/#/table
I need a table with ch...
hanushi
Votes: 0
Answers: 1
FormControlName must be used with a parent FormGroup directive when FormGroup is passed to child component
Parent Component
<form [formGroup]="User">
<app-radioButton [group]="user"></app-radiobuton>
</form>
In Radio Component html
<mat-ra...
Veera
Votes: 0
Answers: 3
upload file should accepts XLS files only file size limit 5mb Angular 13
I need do upload file which accepts XLS files only file size limit 5mb Angular 13?
HTML
<input name="file" type="file" (change)="onSelectFile($event)" required/> &...
rkamlekar
Votes: 0
Answers: 1
angular 9 loadchildren doesn't load css, js, image file
This question already asked but it doesn't work for me, am new in Angular 9.
I have admin and catelog folders in my Angular 9 project. For admin folder I try to load all admin-components, and catelog ...
Ramesh S
Votes: 0
Answers: 2