Closed dobromirts closed 1 year ago
Steps to test this PR:
if (util.isLocalhost) { demoPath = demoPath.replace(projectPath, 'angular-demos'); }
to
if (util.isLocalhost) { demoPath = demoPath.replace(projectPath, 'angular-lob'); }
Opening the Grid clipboard operations sample in CodeSandbox results in:
igniteui-angular-examples repo generates two different [aths, when run from vnext or master:
master => http://localhost:4200/samples/charts/pie-chart/overview vnext => http://localhost:4200/charts/pie-chart/overview
Let's check if this needs some handling.
igniteui-angular-examples repo generates two different [aths, when run from vnext or master:
master => http://localhost:4200/samples/charts/pie-chart/overview vnext => http://localhost:4200/charts/pie-chart/overview
Let's check if this needs some handling.
Currently the hosted version for master and staging are following the same structure https://staging.infragistics.com/angular-demos-dv/charts/doughnut-chart/legend . I think that there should be additional changes added for the vnext branch in order to run the project properly and without any errors.
If somehow the structure is the same whern deployed on staging/prod environments, this PR will be merged in order to test the story on staging.
Should be tested after stackblitz node starter environment is fixed. https://stackblitz.com/edit/stackblitz-starters-dp8zf8?description=Starter%20project%20for%20Node.js,%20a%20JavaScript%20runtime%20built%20on%20Chrome%27s%20V8%20JavaScript%20engine&file=index.js&title=node.new%20Starter
Should be tested after stackblitz node starter environment is fixed. https://stackblitz.com/edit/stackblitz-starters-dp8zf8?description=Starter%20project%20for%20Node.js,%20a%20JavaScript%20runtime%20built%20on%20Chrome%27s%20V8%20JavaScript%20engine&file=index.js&title=node.new%20Starter
Resolved.
Closes #https://github.com/IgniteUI/igniteui-docfx-template/issues/442