PinnedSetting up Enterprise Angular Applications (AngularInDepth)We will setup below functionalities as part of this article: Angular basic setup with Folder structure — Basic angular configuration and…May 3, 20211May 3, 20211
Published inFrontend WeeklyPassing data to new window using JavaScriptPost request: When launching the tab if we need to pass more data (for example to authenticate & authorize) and we can’t do it via quary…Oct 22Oct 22
Published inFrontend WeeklyFinding WIP/TODO in Angular project from Jenkins pipelineWhen using TDD and BDD methodologies, we often create markers like WIP, TODO, or xdescribe to outline tasks for future work. However, we…Oct 21Oct 21
Published inFrontend WeeklyInternet connection monitoring in AngularOnline status monitoring using Forms Modules, navigator in AngularMay 41May 41
Creating Custom NuGet Package in C#Steps: Create library project Update Assembly information Package configuration in .nuspec file build the library Create NuGet Package usJan 21Jan 21
Published inFrontend WeeklyCreating Custom Library with AngularThis will cover below steps: Creating library skeleton in a new workspace Updating custom code in Library using the Library locally withoutJan 20Jan 20
Published inFrontend WeeklyLaunching Desktop application from Browser using custom protocol C#In the current cloud way of working, recently I came with one interesting requirement where we had to launch a desktop application residing…Mar 13, 2023Mar 13, 2023
Published inFrontend WeeklySmart & Dumb (Presentational) Components in AngularSmart component: also known sometimes as application-level or container components are the components having application level logic. ..Jul 6, 20211Jul 6, 20211
Published inFrontend WeeklyHandling HTTP Request using RxJs in AngularHandling HTTP request in an Angular application is a crucial part. In this article we will go through below methods from RxJs to handle…Apr 2, 20211Apr 2, 20211
Published inFrontend WeeklyParallel calls in Angular like $q from AngularJsWhile working on an angular component having multiple api’s to call to get the desired result we want to call them in parallel (just like…Mar 22, 2021Mar 22, 2021