From 80524d74fee14e250373f0bfc65a6e644d485dd7 Mon Sep 17 00:00:00 2001 From: BanupriyaSelvaraj <56014875+BanupriyaSelvaraj@users.noreply.github.com> Date: Tue, 3 Dec 2019 10:45:16 +0530 Subject: [PATCH] Update app.component.ts --- src/app/app.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index c260e4f..9bd20bf 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -63,7 +63,6 @@ export class AppComponent implements OnInit { public onChange(e: any): void { if (e && e.value) { - debugger let ajax: Ajax = new Ajax('assets/styles/' + e.value + '.css', 'GET', true); ajax.send().then((result: any) => { let styleTag = document.getElementById('theme'); @@ -72,4 +71,4 @@ export class AppComponent implements OnInit { }); } } -} \ No newline at end of file +}