File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ import { RouterOutlet } from '@angular/router';
3
3
import { ChatComponent } from './chat/chat.component' ;
4
4
import { ChatbotService } from './services/chatbot.service' ;
5
5
import { HttpClientModule } from '@angular/common/http' ;
6
- import { environment } from '../environments/environment' ;
7
-
8
- console . log ( 'Current environment:' , environment . production ? 'production' : 'development' ) ;
9
6
10
7
@Component ( {
11
8
selector : 'app-root' ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http';
2
2
import { Injectable } from '@angular/core' ;
3
3
import { ChatMessage } from '../chat/chat.component' ;
4
4
import { Observable } from 'rxjs' ;
5
- import { environment } from '../../environments/environment.development ' ;
5
+ import { environment } from '../../environments/environment' ;
6
6
7
7
@Injectable ( {
8
8
providedIn : 'root'
You can’t perform that action at this time.
0 commit comments