Generics

Angular 8 Creating a Generic Crud Service

Published on

GITHUB: https://github.com/jmw5598/angular-generic-crud-service  If you come from a strongly type language background such as Java or C#, you’re probably familiar with the concept of Generics. In this post I’m going to explore using generics to created a reusable crud service in Angular. When creating a REST API there is generally a repetitive pattern in how paths to endpoints are created. For example we commonly use the same path as a base changing only the HTTP method to perform different operations.