Convert JavaScript Project to Angular 11 Project step by step | Fix Animation issue

preview_player
Показать описание
Step by step convert JavaScript Application to Angular application ,
Fix animation issue in Angular project

Download link of JavaScript Project

Live Preview

#inovatik #UITheme #Angular
Рекомендации по теме
Комментарии
Автор

Hi Man, love this so much, I was just wondering if you could help me out, there is a bug where the navbar-menu in mobile doesn't disappear when you click on a nav-link even though it scrolls to that nav link page?

I see it does the same thing on your deployment?

jasonpretorius
Автор

Hey bro thanks for tutorial but I have a question: With de code ngOnInit(): void{
fromEvent(window, "scroll").pipe(throttleTime(20)).subscribe((event) =>{
, Can I applied for any code javascript for run into the Angular 12?

bobjunior
Автор

Nvm I found the fix just had to add

for (let i = 0; i < elements.length; i++) {
elements[i].addEventListener("click", () => {
//

});

But thanks so much for this man!

jasonpretorius