With my talk at Angular Belgrade, I completed my 110th conference/meet-up talk. Below are resources from two of the most respected Angular conferences in the world. Hope you find them useful. ng-India 2026 Talk – Getting Started with Angular Signal Forms . I gave this talk in the 8th editions of India’s Largest Angular Conference,ContinueContinue reading “Resources from my talks in Angular Conferences 2026”
Tag Archives: resource api
Getting Started with the Resource API in Angular
Angular 19 will introduce a new reactive API called Resource API. The primary purpose of the Resource API is to load the resources, such as: Fetch data from the API Update data locally Asynchronously load local resource It should not be used for mutation such as POST operations. It should mainly be used to loadContinueContinue reading “Getting Started with the Resource API in Angular”
Getting Started with the Resource API in Angular- Video
Angular 19 will introduce a new reactive API called Resource API. The primary purpose of the Resource API is to load the resources, such as: Fetch data from the API Update data locally Asynchronously load local resource It should not be used for mutation such as POST operations. It should mainly be used to loadContinueContinue reading “Getting Started with the Resource API in Angular- Video”