The Softwayfare Trader

Travel, Code, Trade, Repeat…

Skip to content
Menu
  • Home
  • Contact
  • About

Tag: Angular

TechnicalPosted onNovember 11, 2019August 22, 2022

Dynamically Creating CSS Classes in Angular

Angular provides a lot of ways for you to set your styles programmatically using NgStyle and NgClass attribute directives. It’s almost as if there is…

Read More
TechnicalPosted onOctober 9, 2019August 22, 2022

Hamburger Menu Using Angular Material

A hamburger menu is represented by a three horizontal lines icon which, when clicked, displays the navigation menu for the web application. This menu has…

Read More
TechnicalPosted onJune 13, 2019August 22, 2022

Intercepting HTTP Requests to Include User Credentials in Angular

When sending a request to the server and the resource you are trying to access requires authorization, you would need to send a valid access…

Read More
TechnicalPosted onMay 28, 2019August 22, 2022

Message Box in Angular

Coming from a Windows application background, I feel the need of having a message prompt for scenarios such as confirmation or displaying information. In web,…

Read More
TechnicalPosted onMay 22, 2019August 22, 2022

Creating an Angular Library

Just like in any organizations, quite a number of applications might share a common code including client side code. Angular provides a facility to create…

Read More
TechnicalPosted onMay 14, 2019August 22, 2022

Angular in ASP.NET Core

This is a step by step guide on how to create an Angular application with ASP.NET Core as the server side code. This will also…

Read More
TechnicalPosted onMay 9, 2019August 22, 2022

Progress Spinner in Angular: The Basics, Multiple Spinners, and Renaming During Runtime

About a month ago, ngx-spinner has been updated to support multiple spinners so that you can show a progress spinner in specific sections of your…

Read More

Recent Posts

  • Dynamically Creating CSS Classes in Angular
  • Hamburger Menu Using Angular Material
  • Convention Over Configuration for Repositories
  • JWT Token Format with Cookie Authentication in ASP.NET Core
  • LDAP Authentication in ASP.NET Core

Recent Comments

  • Hamburger Menu Using Angular Material – The Softwayfare Coder on Angular in ASP.NET Core

Archives

  • November 2019
  • October 2019
  • July 2019
  • June 2019
  • May 2019
  • September 2018
  • August 2018
  • July 2018
  • June 2018

Categories

  • Compositions
  • Technical
  • Travel
Copyright © 2023 The Softwayfare Trader