I have created a front-end using Angular-Cli. This front-end includes angular2 custom pipe example.
You already have following things installed on your machine.
- Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) >
git clone https://github.com/darpanpathak/angular2-Getting-Started.git - Open this repository with any of your favourite IDE(I am using Visual Studio Code)
- Run > npm install in command prompt to install npm dependencies
- Run > ng serve in command prompt
- Open http://localhost:4200 on your favourite browser