Skip to content

MateenKadwaikar/Angular2-Groceries

Repository files navigation

Groceries with ANgular 2

DEMO

https://groceries-7ba8e.firebaseapp.com/

This project is build on Angular CLI ( https://github.com/angular/angular-cli ) .

This project will give you basic idea about how to use Angular Final , Angular PIPES , Routers, Output Event Syntax and AuthGuard for protecting your url.

It also use SessionStorage to store and retrieve data.

The default user name and password is

UserName : - user@nativescript.org Password :- password

Prerequisites

Node.js and npm are essential to Angular 2 development.

Install angular-cli globally in your system by 'npm install -g angular-cli' so that you can use angular-cli syntax.

Get it now if it's not already installed on your machine.

Verify that you are running at least node v5.x.x and npm 3.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors.