Skip to content

Angular Phone Book Application with add ,edit, delete, search and sort contacts features implemented using custom angular directives, EventEmitter, HostListener and Pipes.

Notifications You must be signed in to change notification settings

RoystonFurtado/Dynamic-Phone-Book-Application

Repository files navigation

Phone Book Application

Features

Add Contact

Edit Contact

Delete Contact

Search Contact by specific attributes

Sort Contact by specific attributes

Custom Angular Concepts used

Directives-To enable HostListener and EventEmitter for hide popup logic

HostListener-To detect clicks outside Add/Edit Contact popup box.

EventEmitter-To emit a custom hide popup box event when user clicks outside popup box, on close or cancel button click.

Pipe-To implement Live search feature(Without needing to click on search button).

About

Angular Phone Book Application with add ,edit, delete, search and sort contacts features implemented using custom angular directives, EventEmitter, HostListener and Pipes.

Topics

Resources

Stars

Watchers

Forks