Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 675 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 675 Bytes

AngularJS2 - Basic Search and Filter Sample App

This project is a sample AngularJS2 app to search and filter records. It uses AngularJS2, TypeScript, Sass, Compass, Susy 2.0 and shows a variety of techniques including dockable menus, responsive grids, tween and parallax effects, etc.

Instructions

  • Clone the repository: git clone https://github.com/steady-daddy/angular2-search-filter
  • Run npm install to install dependencies
  • Run gulp
  • Fire up your browser at: http://localhost:8000

This project is based on the course Up and Running with AngularJS2: The Basics tutorial by Ray Villalobos of LinkedIn. https://github.com/planetoftheweb/angular2