0

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.

1

1 Answer 1

0

You need to declare those files in angula.json under "styles": [ and "scripts": [ ref -: https://www.floxblog.com/add-external-css-javascript-file-in-angular/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.