Closed ahmedelhanony closed 2 years ago
Can you explain how to implement in an angular project?
I added the files in the angular JSON file and the HTML in the component the files exist but not rendering the saw table.
"tablesaw": "^3.1.2" "styles": [ "./node_modules/tablesaw/dist/tablesaw.css", "src/styles.scss" ], "scripts": [ "./node_modules/tablesaw/dist/tablesaw.js", "./node_modules/tablesaw/dist/tablesaw-init.js" ]
"tablesaw": "^3.1.2"
"styles": [ "./node_modules/tablesaw/dist/tablesaw.css", "src/styles.scss" ], "scripts": [ "./node_modules/tablesaw/dist/tablesaw.js", "./node_modules/tablesaw/dist/tablesaw-init.js" ]
`
Can you explain how to implement in an angular project?
I added the files in the angular JSON file and the HTML in the component the files exist but not rendering the saw table.
"tablesaw": "^3.1.2"
"styles": [ "./node_modules/tablesaw/dist/tablesaw.css", "src/styles.scss" ], "scripts": [ "./node_modules/tablesaw/dist/tablesaw.js", "./node_modules/tablesaw/dist/tablesaw-init.js" ]
`
`