Coding Grounds
Compilation of different programming projects I amuse myself with.
Monday, 12 August 2019
Searching for 'Angularized values' in MS Sql Server DB
›
The following query can be used to look for 'Angularized values' in MS Sql Server DB. DECLARE @sql nvarchar(1024) DECLARE @column_...
Wednesday, 7 August 2019
Font Awesome 5 in Angular 8
›
Font Awesome 5 in Angular 8 based app! Here is how I did it, I first import the Font awesome packages into the app module: import { fas } ...
1 comment:
Tuesday, 6 August 2019
Angular - Displaying localized currency - setting up locale to Norwegian (example)
›
This article will quickly describe how we can set up a locale for Angular; to display for example currency in a correct manner. First off w...
1 comment:
‹
›
Home
View web version