console : ps
This commit is contained in:
parent
45d68de639
commit
121ff7b31b
@ -108,7 +108,7 @@ export class DashboardComponent {
|
||||
|
||||
|
||||
ngOnInit(){
|
||||
console.clear();
|
||||
// console.clear();
|
||||
this.getDoughnutChartData();
|
||||
|
||||
|
||||
|
||||
@ -102,7 +102,7 @@ export class AdminLayoutComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
console.clear();
|
||||
// console.clear();
|
||||
const elemSidebar = <HTMLElement>document.querySelector('.sidebar-container ');
|
||||
|
||||
if (window.matchMedia(`(min-width: 960px)`).matches && !this.isMac() && !this.compactSidebar && this.layoutDir != 'rtl') {
|
||||
|
||||
@ -97,7 +97,7 @@ export class AddressComponent implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
console.clear();
|
||||
// console.clear();
|
||||
// console.log('this.address',this.pdAddress);
|
||||
this.getMasterDetails('PDLOCATIONAPPROACH',1);
|
||||
this.getMasterDetails('COMMENTSONLOCALITY',2);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user