In the latest version of the language, an alternative to class was introduced:
class
After upgrading to Angular 10, if using the option "strictTemplates": true you’ll likely run into issues…
"strictTemplates": true
A common scenario I’ve run into lately involves setting up Injectable() classes that…
Injectable()
It’s been a while since I’ve written one of these (only a full year), but recently I’ve been doing some front-end work and have more tips to share! Exciting!
Application Specific Store Type
Earlier in the year I wrote several short articles explaining a concept of creating REST APIs that save entities at a field level:
In Part 1 we discussed the concept of editing at a field level, and Part 2 described how you may want your API setup: in Part 3 we’ll go over how to actually implement the concept.