Hi,
I want to integrate few feature of demo 5 html version to my demo 5 angular
I read the given documentation of demo 5 but it does not provide any information about how to make a basic CRUD using demo5
can you provide any details how we can make a fully functional CRUD in angular demo5 same like given in html demo 5
Hi Sufyan Afsar,
HTML version provides non-working components (HTML, CSS, JS). All styles from HTML are already integrated with Angular. You can copy the HTML to Angular to get the exact component view, except for the components which are initiated using the JS.
At the moment, we do not have specific CRUD documentation for Angular. The datatable that we used in the HTML version is datatables.net which requires jQuery. Most Angular users do not want jQuery.
Thanks