E2E Testing Angular Applications with TestCafe
Using TestCafe, an Open Source Node.js tool, for end-to-end (E2E) testing Angular 2+ Applications.
Using TestCafe, an Open Source Node.js tool, for end-to-end (E2E) testing Angular 2+ Applications.
Learn how to build dynamic and stylish maps in Angular using Leaflet.
Learn about the built-in pipes available in Angular 2+: async, currency, decimal, date, json, percent, slide, lowercase & uppercase.
Today we will look into AngularJS Routing example using ngRoute module and $routeProvider. Earlier we looked into [AngularJS Modules](/community/tutorials/angularjs-module-tutorial-example "AngularJS Module Tutorial Example") and [AngularJS Controllers](/community/tutorials/angularjs-controller-scope-and-view-tutorial-example "AngularJS Controller, Scope and View Tutorial Example"). Routing in AngularJS  Routing in AngularJS is one of the core feature. In this AngularJS routing example, […]
Learn how to bind classes in your Angular 2 templates.
Avoid code duplication by using your custom Angular pipes in your templates as well as your component classes.
Learn how you can hook into the start or end of animations in Angular and call your own methods.
Use Outputs in a child component to emit events to the parent component.
A quick post to help you master the Angular CLI and use it to its full capacity.
In this second part of a series on building Angular apps using Leaftlet, learn how to add a map marker service.