Uncategorized

Supercharging the Angular CLI with NX

In order to understand why NX exists, we will be talking about Collaboration and how it is impacted by Code Storage and Code Structure. What we do, is write code, which is interpreted by machines but read by human beings. So, to write code that is easily understood even over a long period of times, we have to collaborate with people in our teams. For collaboration to be effective, there are certain things that we need to keep in mind related to code storage and code structure. While these aspects do not necessarily make your collaborations mind-blowing, they do make it easier to have a good collaboration.


Uncategorized

Keynote: Five years of Angular

Angular is a platform for building sophisticated web apps. The platform refers to adding, mixing and matching different technologies to make a very powerful, sophisticated web app. Angular 5 is more popular than Angular JS was before. More developers are using it to produce cooler Web apps and projects which are shown on the internet.  


Uncategorized

Understanding Advanced Dependancy Injection (in Angular)

Want to explore DI? Then why only learn basics? Go beyond that and learn about the two parallel DI hierarchies and which comes out victorious. Do you know what will be the outcome of providing same token twice? Explore the effect of lazy loading, what’s going on in forRoot and forFeature, what’s in a component’s injector, and how to talk to the components in content children when you don’t know their types. It’ll be fast, code-frontal, fun. A complete DI treasure waiting for you!