Angular component types, with Angular 9 new featuresIn today’s front-end development, it’s all about components. And so is Angular. But there are very different kinds of components.Feb 7, 20201Feb 7, 20201
TypeScript strictly typed: strict mode is not enoughNow that TypeScript has been widely adopted, it’s time to get serious and go to the end of the idea: fully statically typed code.Jan 13, 2020Jan 13, 2020
Angular is easy — Part 2: the demonstrationThe 2018 State of JavaScript survey pretends Angular is “bloated and complex”. Here’s a factual demonstration it’s not: a PWA in 5 minutes.Nov 22, 20182Nov 22, 20182
Angular schematics (CLI commands) in Visual Studio CodeI’m happy to announce the stable release of Angular schematics extension for Visual Studio Code!Jun 22, 2018Jun 22, 2018
Architecture in Angular projectsOne year ago, I published Understanding Angular modules (NgModule). This post was focused on a technical point: scope, to know when to…Mar 2, 201841Mar 2, 201841
Angular is easy — Part 1: the theoryMany people think Angular is too complex and other frameworks like React or Vue.js are easier. Think again.Dec 11, 201725Dec 11, 201725
Understanding Angular modules (NgModule) and their scopesNgModule is the first basic structure you meet when coding an app with Angular, but it’s also the most subtle and complex, because of…Apr 7, 201747Apr 7, 201747