Basic Automation with Vagrant and Ansible
September 21, 2021
Author: Mark Pawlowski
Disclaimer- You will need a specific setup in order to follow all the steps in the tutorial. At Web Age, this setup is provided to students by setting up the VMS and sharing them with students. Sharing VMs in the blog is not possible as it is proprietary, but this tutorial will give you a good sense to understand the topic.
This tutorial is adapted from the Web-Age course
Angular 2 Property and Event Bindings
December 2, 2016
Have you noticed that many of the directives built-in to AngularJS are missing in Angular 2.0? Well there two reasons for that; “property bindings” and “event bindings”. The various binding types in Angular 2 remove the need for many of the directives built into the prior version of the framework.Here are a few examples of Angular 2.0 property bindings:
Angular 2 Programming Languages
May 8, 2016
Programming Languages for Angular Development
Angular 2 differs from Angular JS in regards to programming language support. With Angular JS you generally program in JavaScript. With Angular 2 the official site provides example code in several languages; JavaScript, TypeScript and Dart.
JavaScript is an implementation of the ECMAScript standard. Several versions exist including ES5 and ES6. Most current browsers fully support JavaScript ES5. This means that code compliant wi