Angular is one of many web frameworks that make web development easier by providing you with the tools to make the development process cleaner and quicker. Out of all the mobile and web development frameworks I've used till now - native Android, native iOS, plain web, Angular and React (which is not that many), Angular … Continue reading Guards and Resolvers (in Angular)
Tag: typescript
Error Logging in Javascript: 4 Things to Know
The literal meaning of a log is "an official record of events during the voyage of a ship or aircraft". As programmers, we will usually not be dealing with that type of logs, but instead with logs that tell us what happened at a particular time in our software system. If you have used any … Continue reading Error Logging in Javascript: 4 Things to Know