Angular 2 (ng2) 通讯录例子
## Overview
Angular contacts demo is an advanced application built using Angular 4 and Angular CLI. This project serves as a great example for developers looking to delve into Angular framework capabilities, particularly in managing contacts through a structured web application. It uses the latest features of Angular, making it an essential tool for those wanting to enhance their skills or build a similar project.
## Features
- **Modern Framework**: Built with Angular 4 and Angular CLI, providing a fresh perspective on app development with the latest features.
- **Easy Setup**: With clear instructions, you can clone the repository and get started quickly by running simple npm commands.
- **Dependency Management**: Utilizes npm for installing and managing dependencies, ensuring that you have the necessary packages for smooth operation.
- **Local Development**: The application can be easily run on a local server, allowing for immediate testing and development in a controlled environment.
- **Live Reloading**: With webpack-dev-server, changes in the code can be quickly reflected in the browser without refreshing, improving development efficiency.
- **TypeScript Integration**: Leverages TypeScript, offering strong tooling support and better error handling during development.