Skip to content

Commit 80a7bd7

Browse files
committed
1021490: Updated version issue
1 parent 5f3caff commit 80a7bd7

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

angular.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@
6161
"builder": "@angular-devkit/build-angular:dev-server",
6262
"configurations": {
6363
"production": {
64-
"browserTarget": "myangularproject:build:production"
64+
"buildTarget": "myangularproject:build:production"
6565
},
6666
"development": {
67-
"browserTarget": "myangularproject:build:development"
67+
"buildTarget": "myangularproject:build:development"
6868
}
6969
},
7070
"defaultConfiguration": "development"
7171
},
7272
"extract-i18n": {
7373
"builder": "@angular-devkit/build-angular:extract-i18n",
7474
"options": {
75-
"browserTarget": "myangularproject:build"
75+
"buildTarget": "myangularproject:build"
7676
}
7777
},
7878
"test": {
@@ -96,5 +96,8 @@
9696
}
9797
}
9898
}
99+
},
100+
"cli": {
101+
"analytics": "ae793090-73b7-4926-af35-1db1047dab82"
99102
}
100103
}

src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Component, ViewChild } from '@angular/core';
22
import { DocumentEditorContainerComponent } from '@syncfusion/ej2-angular-documenteditor';
33

44
@Component({
5+
standalone: false,
56
selector: 'app-root',
67
templateUrl: './app.component.html',
78
styleUrls: ['./app.component.css']

0 commit comments

Comments
 (0)