Tag: angular
2 posts.
-
ApolloServer, AzureFunctions and local debugging
I wanted to jog down some notes that’ll help with local debugging of Apollo Server with Azure Functions. Firstly, due to changes to Azure API routing -...
-
Simple custom Angular (Angular2) Pipe that extends Number
We have a lot of code that looks like this in our new Angular (Angular2) module: The main reason is that we just want to display numbers in 1.2 million, not...