Communication between components in Angular
How to communicate between components We distinguish several ways of communication between components: parent to child, child to parent and any to any. In this post I will show an …
Read MoreHow to communicate between components We distinguish several ways of communication between components: parent to child, child to parent and any to any. In this post I will show an …
Read MoreResolver Resolvers is used to provide data, before activating route, in brief, force the application to show the view only after loading the data. For easier understanding I will show …
Read MoreIn the previous post I showed how to manage a token in an angular application. Now I show you how you can use the Auth Guard mechanism so that you …
Read MoreIn the previous post, I showed you how to create a token in ASP.NET Core. Now I will show you how you can use it in a project that uses …
Read MoreExample To send array values from table in view to controller as array class I’ll use JQuery and Ajax. For the needs of the example I generate table in view.
Read MoreGenerate PDF If we write application in version MVC 5 or less. We can use simple to use library like Rotativa. But what if we have apps on ASP.NET MVC …
Read MoreSend dynamic list to controller Today I’ll show you how to add items to dynamic list and then send values to controller. In the first step, let’s create simple web …
Read MoreFixed table Today I’ll show you how can you freez table columns/rows on website in simple way. The best for it will be another great and powerful tool plug-in for …
Read MoreDynamic charts When we need to display some charts, we might use simple and fast library – HighCharts.Which I’ll try to explain brefly below. Example In our example we display …
Read More