The goal of this project is to show how to create a angular data table component step by step.
The table component is originates in routine work.
In our font-end product, we need table to display items from server side, it to be required some flexibility to use, and rich additional features such as sort/filter etc.
I want to restore the iterative process in real development. Create a component from simple to complex, features from poor to rich, from turbid to ordered.
I want describe by follow steps:
- Create component via directive;
- Create component via module;
- Create component via app.