Under-the-hood of type systems (e.g. TypeScript)
Master the inner workings of compilers by building a custom type checker to identify semantic errors and improve code reliability.
Master the inner workings of compilers by building a custom type checker to identify semantic errors and improve code reliability.
Master library creation in Angular by effectively managing dependencies and peer dependencies for modular, scalable cross-project code.
Master your project styles by configuring Webpack loaders effectively. Learn to bundle CSS and automate HTML injection for zero-config.
Demystify Git by exploring its internal plumbing. Master the core architecture to resolve confusion and gain total version control.
Solve complex Angular scaling issues with the Composite Shell pattern. Gain maximum flexibility and cleaner code in your monorepo.
with Strategic Design and Monorepos – Part 2: Implementation
with Strategic Design And Monorepos – Part 1: Methodology
Streamline library development with the –create-application flag. Build clean Angular workspaces without default apps for better control.
Version 7 of Angular — CLI Prompts, Virtual Scroll, Drag and Drop and more The 7.0.0 release of Angular is here! This is a major release spanning the entire platform, including the core framework …
Launch your Angular library to the world by mastering npm publishing. Learn to manage package.json, automate builds, and ship updates.
Frictionless Library Setup with the Angular CLI and Schematics
with the CLI, Schematics and Ng update
With the Angular Service Worker and the Angular CLI built-in PWA support, it's now simpler than ever to make our web application downloadable and installable, just like a native mobile application. In this post, we will cover how we can configure the Angular CLI build pipeline to generate applicatio
By far the most differentiating feature of the Typescript language are its multiple different types of type definitions. If you have been using Typescript with Angular recently or without it, you might have run into a couple of the following questions or errors situations: * Does Typescript type saf