I have several css and JavaScript file on my angular assets folder. Now I need to add those with angular to work.I have tried to link the css and js in my html file like
assets/css/example.css
but it is not working..
how can I properly add my css and js on my angular app.