darpanpathak / angular2-Getting-Started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular2 Pipe Example

I have created a front-end using Angular-Cli. This front-end includes angular2 custom pipe example.

Assumptions

You already have following things installed on your machine.

Steps to clone and run the project

  1. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) > git clone https://github.com/darpanpathak/angular2-Getting-Started.git
  2. Open this repository with any of your favourite IDE(I am using Visual Studio Code)
  3. Run > npm install in command prompt to install npm dependencies
  4. Run > ng serve in command prompt
  5. Open http://localhost:4200 on your favourite browser

About


Languages

Language:TypeScript 66.9%Language:HTML 21.8%Language:JavaScript 10.1%Language:CSS 1.2%