Pre load data using Angular resolvers
What are Angular Resolvers?
Angular resolvers are functions that resolve data before a component is loaded. They are used to fetch data from an API or other data sources and return it to the component. The benefit of using a resolver is that it ensur...
shaunak.hashnode.dev3 min read