Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to run angular samples #2253

Open
Aleksandyr opened this issue Sep 23, 2020 · 1 comment
Open

Not able to run angular samples #2253

Aleksandyr opened this issue Sep 23, 2020 · 1 comment

Comments

@Aleksandyr
Copy link
Contributor

Aleksandyr commented Sep 23, 2020

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

  1. Navigate to igniteui-angular-samples repo
  2. try to execute npm run start
  3. The execute process hangs at some point

Result

The samples are not run

Expected result

The samples should be run locally

@HristoP96
Copy link

HristoP96 commented Oct 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants