Posts

Showing posts from June, 2019

jQeury code into Angular

I want to make a fashionable front-end webpage so I searched templates on the internet. There are many good templates using jQuery and Bootstrap so I want to use these skins and tried to modified it using Angular. So I tried to implement this AVANA template to Angular and finally succeeded! There are some tips to do it.  - Javascript files have to be placed below assets folder  - It's better to write javascript & CSS reading code at index.html  - scripts are also written in index.html  - scripts are written in header-component, main-component, footer-component  - scripts have to be written in index.html Reading AVANA codes, I'm very fascinated with CSS scripts. With the combination with jQuery and CSS scripts, we can handle some attributions like class so we can program CSS, make web pages dynamically move! It's my first experience so I was so astonished.