Issue 9
RELEASES
ANGULAR CLI v1.2.0-rc.1
@ngtools 🤔🤗
ANGULAR MATERIAL 2.0.0-beta.7
New components include an expansion panel and an accordion. As well as a typography extension to the theming API. This release comes with a slick update to their website featuring the ability to choose between four different themes!
ANGULAR
Component Inheritance And Template Swapping
I haven’t stumbled across a place where I’ve found component subclassing beneficial, but it’s definitely nice to know it’s possible.
Angular Mobile Toolkit
The Angular team has been shining the spotlight on PWAs of late. They have recently published a toolkit with a focus on getting your Angular PWA up and running!
A New Wave Of Animation Features In Angular
A lot of awesome content in here and a great reference if you are trying to leverage animation in your Angular app. I was surprised to learn that programmatic animation creation is possible with the AnimationBuilder, although I’ll probably just stick to the basics 😅.
RxJS
Rx Visualizer
I haven’t used it for any practical purposes but this site yet, but it’s fun to play around with!
On The Subject Of Subjects
This article has been around for awhile but I just discovered it this week. Ben Lesh provides a thorough explanation of what Subjects are.
TOOLS
Debugging Angular Using Visual Studio Code
I always thought setting this up would be a lot more difficult than this…