JAJon Andoni Castelo Meléndezinblog.jonandonicastelo.org·Feb 19, 2025 · 1 min readThe event loopWhat is its purpose? It schedules callbacks to be able to be executed. Topics involved The call stack: When a function is executed (synchronous code or callbacks), it enters the call stack. The call stack contains all the current executing functions...00
JAJon Andoni Castelo Meléndezinblog.jonandonicastelo.org·Dec 8, 2024 · 3 min readAngular SignalsThe next explanations are based on this project. To get the most of this article it is recommended to not only read it, but to practice creating a similar project. This is a demo of the application functionality: With the arrival of Angular Signals...00
JAJon Andoni Castelo Meléndezinblog.jonandonicastelo.org·Oct 7, 2023 · 5 min readAngular ElementsThe next explanations are based on this project. To get the most of this article it is recommended to not only read it, but to practice creating a similar project. This is a demo of the application functionality: Angular elements package, allows tr...00
JAJon Andoni Castelo Meléndezinblog.jonandonicastelo.org·Aug 22, 2022 · 4 min readAdd Source Maps locallyThe next explanations are based on this project. To get the most of this article it is recommended to not only read it, but to practice creating a similar project. This is a demo of the application functionality: Sometimes we will find that our pro...00
JAJon Andoni Castelo Meléndezinblog.jonandonicastelo.org·Aug 8, 2022 · 12 min readRoute guardsThe next explanations are based on this project. To get the most of this article it is recommended to not only read it, but to practice creating a similar project. This is a demo of the application functionality: On chrome devtools Console tab, we ...00