igniteui-angular-samples
igniteui-angular-samples copied to clipboard
Not able to run angular samples
Description
Not able to run angular samples with simple npm run start command
Assumptions
It may lead to a massive load time because of the enormous amount of defined modules.
Steps to reproduce
- Navigate to igniteui-angular-samples repo
- try to execute npm run start
- The execute process hangs at some point
Result
The samples are not run
Expected result
The samples should be run locally
The problem comes from the big volume of components that we have in the projects.
A solution for this problem will be a process that will load the sample application:
- [ ] based on designated modules
- [ ] based on designated components
- [ ] based on designated modules and components
For example
npm run start --modules=data-entries, lists --components=grid--grid-sorting, tree-grid--grid-sorting
And this must load the sample browser with the components defined in the data-entries and lists modules, the grid sorting compoent and the tree grids sorting component