Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"grid-demos": {
"angular-grid-examples": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
Expand All @@ -17,7 +17,7 @@
"build": {
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/grid-demos",
"outputPath": "dist/angular-grid-examples",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
Expand Down Expand Up @@ -98,10 +98,10 @@
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "grid-demos:build:production"
"buildTarget": "angular-grid-examples:build:production"
},
"development": {
"buildTarget": "grid-demos:build:development"
"buildTarget": "angular-grid-examples:build:development"
}
},
"defaultConfiguration": "development"
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines/igniteui-angular-grid-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ stages:

displayName: 'Publish app'
inputs:
targetPath: '$(Build.SourcesDirectory)/dist/grid-demos/browser'
artifact: 'dist.grid-demos.browser'
targetPath: '$(Build.SourcesDirectory)/dist/angular-grid-examples/browser'
artifact: 'dist.angular-grid-examples.browser'
publishLocation: 'pipeline'

- ${{ if eq(parameters.shouldCleanPostExecution, true) }}:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grid-demos",
"homepage": "https://github.com/IgniteUI/grid-demos",
"name": "angular-grid-examples",
"homepage": "https://github.com/IgniteUI/angular-grid-examples",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/charts/bar-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bar-chart",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/bar-chart",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/bar-chart",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/charts/column-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "column-chart",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/column-chart",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/column-chart",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/charts/line-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "line-chart",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/line-chart",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/line-chart",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/charts/pie-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pie-chart",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/pie-chart",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/pie-chart",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/charts/polar-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polar-chart",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/polar-chart",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/polar-chart",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/charts/step-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "step-chart",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/charts/step-chart",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/charts/step-chart",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/erp-hgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erp-hgrid",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/erp-grid",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/erp-grid",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/finance-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finance-grid",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/finance-grid",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/finance-grid",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/fleet-management-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "master-detail-grid",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/fleet-management-grid",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/fleet-management-grid",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/hr-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hr-portal",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/hr-portal",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/hr-portal",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/sales-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sales-grid-app",
"homepage": "https://github.com/IgniteUI/grid-demos/tree/master/projects/sales-grid",
"homepage": "https://github.com/IgniteUI/angular-grid-examples/tree/master/projects/sales-grid",
"version": "1.0.0",
"scripts": {
"ng": "ng",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/erp-hgrid/erp-hgrid-view.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/finance/finance-view.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/hr-portal/hr-portal-view.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/sales/sales-view.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// Needed because of routing animations keeping both views in DOM even after OnDestroy (https://github.com/angular/angular/issues/19742)
// This is a fix for a bug with horizontal flickering due display: flex of the container positions each view next to each other
// causing their height or width be incorrect (https://github.com/IgniteUI/grid-demos/issues/60)
// causing their height or width be incorrect (https://github.com/IgniteUI/angular-grid-examples/issues/60)
position: absolute;
top: 0;
left: 0;
Expand Down
Loading