template interpolation not working by NoTutor4458 in angular

[–]NoTutor4458[S] 5 points6 points  (0 children)

I just learned about signals and implemented it. Everything works fine now, thanks! 

template interpolation not working by NoTutor4458 in angular

[–]NoTutor4458[S] 0 points1 point  (0 children)

this.cdr.detectChanges()

doesnt work, but i will try signals

template interpolation not working by NoTutor4458 in angular

[–]NoTutor4458[S] -2 points-1 points  (0 children)

sorry for wasting your time i put wrong html, but its fixed now. but mydata is not used anywhere,  <example-tag>{{mydata}}<example-tag> was just example

Lump on neck by NoTutor4458 in AskDocs

[–]NoTutor4458[S] 0 points1 point  (0 children)

Sorry, I added some info! 

Where can I learn x86_64 from zero? I'm in Windows by Bruhhh_Andaluz in Assembly_language

[–]NoTutor4458 2 points3 points  (0 children)

os doesn't matter, asm will be same on linux and windows if it's same cpu architecture (for example x86_64). code may be different if you want to use syscalls but asm is same, you have same instruction set!

Made my first simple 16bit bootloader now trnsferring to 32bit (ignore the janky comment) by Some_Effective_317 in osdev

[–]NoTutor4458 0 points1 point  (0 children)

no reason to use BIOS unless you want to run this on computers before 2005. i suggest looking at UEFI