Posts Categorized:
Frontend

Template Variables in Angular

Template Variables in Angular

Angular provides a very rich development platform for modern web applications. That richness extends into the template as much as it does into the JavaScript code areas. A very useful but potentially obscure feature of Angular templates are the Template Variable;...
Mastering the Angular CLI

Mastering the Angular CLI

Hopefully, by now, you’ve used the Angular CLI to create a new application, generate some components, served your application and maybe even tested it. In this article we’ll dig a little deeper into the Angular CLI and the ways you can use it to boost your...