Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
Angular
.
Show all posts
Showing posts with label
Angular
.
Show all posts
Monday, 1 March 2021
Implementing ToDictionary in Typescript
›
In this article I will present some code I just did in my SimpleTsLinq library, which you can easily install using Npm. The library is here...
1 comment:
Tuesday, 31 December 2019
Aggregate in Typescript
›
I have implemented Aggregate method in my Linq library written for Typescript. if (!Array.prototype.Aggregate) { Array.prototype.Aggreg...
1 comment:
Implementing OfType
in Typescript
›
I am working on my Linq library for Typescript and wanted to implement OfType . Turns out, this is hard because the generic type arguments i...
3 comments:
Monday, 30 December 2019
More methods: Any, All, EnumerableRange, GroupBy for Linq like library written in TypeScript
›
I am extending my TypeScript library written to target Linq like methods, which can be used with Angular 8 and Typescript also. You can fi...
1 comment:
Friday, 27 December 2019
Implementing Linq methods on arrays with Typescript for Angular 8
›
This article will look into implementing Linq methods on array with Typescript for Angular 8. First off, I have created a repo for this ar...
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