TCH ZI Ziv Perry · JavaScript in Plain English Angular Shorties #4 — default export Well, Angular and default export didn’t behave well together in the past. But for a long time, Angular support default export components.
TCH ZI Ziv Perry · JavaScript in Plain English Angular Shorties #1 — Host The host attribute in the component descriptor (everything we put in the Component decorator) is the beating heart of the Angular’s…
AI TCH ZI Ziv Perry · JavaScript in Plain English Angular Shorties #8 — Base href Base href is the path between the host part of the URL and the actual path where the Angular app is deployed. Angular uses the base href…
MDA TCH ZI Ziv Perry Angular Signal Form This text written by the Angular team and available at the Angular Github repository. Copied here to share it with you… Enjoy reading.
TCH ZI Ziv Perry · JavaScript in Plain English Angular Shorties #6 — Casting Any The angular engine infer types in templates, but sometimes want to make a casting in the template instead of using extra class variable…
SPT MDA ZI Ziv Perry F-15 Strike Eagle II Long hours of my childhood revolved around flying MicroProse’s Strike Eagle II on a 16MHz PC with a monochrome CGA monitor. Endless hours…
MDA ZI Ziv Perry · JavaScript in Plain English Self Explanatory Code? I created documentation for a project and needed to mark a thing or two on the code samples. Instead of using comments, I created a tiny…
MDA TCH ZI Ziv Perry · JavaScript in Plain English Consuming SSE in the server SSE (Server Sent Events) is a way to send data from the server to the client over time.
TCH ZI Ziv Perry · JavaScript in Plain English Angular Shorties #7 — MPA In my last Angular post (#8, I know), I mentioned deployment to Github pages using base href. But this is not the only limit we face when…
ECO TCH ZI Ziv Perry · JavaScript in Plain English Angular Shorties #5 — Keyboard I already mentioned the “host” in my first Angular “Shorties” series but there are so more to write about its cool features.
AI TCH ZI Ziv Perry · JavaScript in Plain English Angular Shorties #9 — Serving Calling ng serve start a local development server that listen to the localhost only, for security reasons, we don’t want to expose our…