Skip to content

Commit 98cbb3b

Browse files
feature(REPORT-502080): inclusion of standalone false for newly added reports
1 parent 1ce7f13 commit 98cbb3b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/app/components/multi-language-report/multi-language-report.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import { Globals } from '../globals';
1010
@Component({
1111
selector: 'ej-sample',
1212
templateUrl: './multi-language-report.component.html',
13-
styleUrls: ['./multi-language-report.component.css']
13+
styleUrls: ['./multi-language-report.component.css'],
14+
standalone: false
1415
})
1516
export class MultiLanguageReportComponent {
1617
@ViewChild('multilanguagereport', { static: false }) multiLanguageReport;

src/app/components/nda-report/nda-report.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
@Component({
77
selector: 'ej-sample',
88
templateUrl: './nda-report.component.html',
9-
styleUrls: ['./nda-report.component.css']
9+
styleUrls: ['./nda-report.component.css'],
10+
standalone: false
1011
})
1112
export class NDAReportComponent {
1213
// Specifies the report Web API service URL. It is used to process the reports.

0 commit comments

Comments
 (0)