// npm packages
npm i -g npm-check-updates
ncu -u
npm install
// angular packages
ng update --all
Register generics for Dependency Injection
services.AddTransient(typeof(IExternalApiResponseReader<>),
typeof(ExternalApiResponseReader<>));
// npm packages
npm i -g npm-check-updates
ncu -u
npm install
// angular packages
ng update --all
services.AddTransient(typeof(IExternalApiResponseReader<>),
typeof(ExternalApiResponseReader<>));