Showing 1 – 1 of 1 replies
koppinjo

Use with Angular app

koppinjo PURCHASED
11 months ago
How would I go about using this theme in an existing angular (v16) application?
Creative DM
Creative DM SELLER
10 months ago
Hi koppinjo,
Open Angular.json file and rename styles .css to .scss if you didn't set scss during the ng new

- Run npm i bootstrap@latest for bootstrap installation
- Add js file path "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js" into scripts in Angular.json, in both test and build
- Create styles.scss file in src folder
- Copy custom folder from /scss from assan theme and paste into assets/scss[create scss folder in assets/] folder of your angular application
- open style.scss of Assan theme into editor, copy all code - and paste into styles.scss file of angular application, Make sure to update paths accordingly,
- Update the classes of component in angular app according assan theme's same component you want to use
- That's it!
- If you have further queries - Feel free to ask me here

Best Regards
Rakesh