Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 798 Bytes

File metadata and controls

17 lines (13 loc) · 798 Bytes

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