Getting Started With Angular & Angular CLI
Today we are going to learn how to use Angular CLI to bootstrap a simple Angular application....
Read Moreby Ali Shirzad | Nov 5, 2017 | Angular | 0 |
Today we are going to learn how to use Angular CLI to bootstrap a simple Angular application....
Read Moreby Ali Shirzad | Nov 7, 2016 | Angular, Express Framework, Node.js, Uncategorized | 1 |
Continuing from part 2 of making a contact list as a Angular JS application, we need to save information in a database, we can use a REST API to store all our contacts. The way angular interacts with REST API and database is...
Read Moreby Ali Shirzad | May 29, 2016 | Angular, Bootstrap, Express Framework, Node.js | 0 |
Continuing our project from part 1, before create more features for this Angular application we need to make some application configurations such as routings. Angular routing comes in a separate package, so lets install this...
Read Moreby Ali Shirzad | Jul 12, 2015 | Angular, Bootstrap | 0 |
In this tutorial we going to start an Angular JS Application from scratch. This tutorial is aimed for beginners so we going to start from the very beginning. If you don’t know what is Angular JS please read my previous tutorial...
Read Moreby Ali Shirzad | Feb 20, 2015 | Angular, Express Framework, Node.js | 0 |
This tutorial is the first in a series of tutorial about Angular JS as a powerful JavaScript Framework. Let’s talk about what Angular JS is. Angular JS is a JavaScript framework for creating single page applications. When you...
Read Moreby Ali Shirzad | Jan 5, 2015 | Angular, Bootstrap, Express Framework, Node.js | 13 |
Connecting your Angular JS app with PostgreSQL or MySQL Following previous tutorial on developing a simple AngularJS “ToDo” app now we want to connect our app to a database such as PostgreSQL or MySQL. Prerequisites...
Read Moreby Ali Shirzad | Apr 14, 2014 | Angular, Express Framework, Node.js | 2 |
How to develop a simple ToDo app using AngularJS and Node.js Following previous tutorial on developing a responsive website using Node.js and Express Framework, we are going to integrate a simple AngularJS “ToDo” app...
Read Moreby Ali Shirzad | Feb 1, 2014 | Angular | 0 |
A quick tutorial by Dan Wahlin on AngularJS framework developed by Google. Source taken from ng-conf 2014 Source: http://www.youtube.com/user/ngconfvideos Find out more about AngularJS by Google: http://angularjs.org/ Stay tune...
Read More