This project aims to demonstrate the use of different ways to handle common use cases in an Angular2 app. It uses the angular-cli
as a build tool. To start the app run the command ng serve
on the level of the angular-cli.json
file. Please refer to the
installation guide to learn how to install the angular-cli. This demo app also uses the PrimeNG component library by PrimeTek. Please refer to their user guide
for more information.
Disclaimer
The code is not production ready. It is kept as simple as possible for the sake of the example. Please feel free to use
the examples and fit them to your needs but I will not feel responsible for any damage done to your app due to blindly
copying any examples and using them in your application without reflecting the impact or adding necessary security.
Credits