/DebouncedInput

Starter sample for EverLive Demo

Primary LanguageTypeScript

Custom Angular Controls

This project provides the starter kit for making a debounced custom angular material control for use with everLive demo video. This project was scaffolded with the angular 7 cli and uses angular material ui.

Getting started

git clone https://github.com/AndrewPHunter/DebouncedInput.git

  • Change into the directory cd DebouncedInput
  • Install project dependencies npm install
  • Start the project npm start
  • Navigate to http://localhost:4200 to view the project

Pre-Requisites