Commit 8533bdd0 authored by RenanMontenegro3's avatar RenanMontenegro3

feat:"alteração .env.ts"

parent 90f0a050
...@@ -4,7 +4,7 @@ import { catchError, tap } from 'rxjs/operators'; ...@@ -4,7 +4,7 @@ import { catchError, tap } from 'rxjs/operators';
import { AsyncValidatorFn, AbstractControl, ValidationErrors, Validators } from '@angular/forms'; import { AsyncValidatorFn, AbstractControl, ValidationErrors, Validators } from '@angular/forms';
import { map } from 'rxjs/operators'; import { map } from 'rxjs/operators';
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { environment } from '../../../environments/environment'; // Importa o environment import { environment } from '../../../environments/.env'; // Importa o environment
@Injectable({ @Injectable({
providedIn: 'root' providedIn: 'root'
......
...@@ -5,7 +5,7 @@ import { AsyncValidatorFn, AbstractControl, ValidationErrors, Validators } from ...@@ -5,7 +5,7 @@ import { AsyncValidatorFn, AbstractControl, ValidationErrors, Validators } from
import { map } from 'rxjs/operators'; import { map } from 'rxjs/operators';
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { of } from 'rxjs'; import { of } from 'rxjs';
import { environment } from '../../../environments/environment'; // Importa o environment import { environment } from '../../../environments/.env'; // Importa o environment
@Injectable({ @Injectable({
providedIn: 'root' providedIn: 'root'
}) })
......
...@@ -5,7 +5,7 @@ import { AsyncValidatorFn, AbstractControl, ValidationErrors, Validators } from ...@@ -5,7 +5,7 @@ import { AsyncValidatorFn, AbstractControl, ValidationErrors, Validators } from
import { map} from 'rxjs/operators'; import { map} from 'rxjs/operators';
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { of } from 'rxjs'; import { of } from 'rxjs';
import { environment } from '../../../environments/environment'; // Importa o environment import { environment } from '../../../environments/.env'; // Importa o environment
@Injectable({ @Injectable({
providedIn: 'root' providedIn: 'root'
......
...@@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http'; ...@@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http';
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { LoginResponse } from '../types/login-response.type'; import { LoginResponse } from '../types/login-response.type';
import { tap } from 'rxjs'; import { tap } from 'rxjs';
import { environment } from '../../environments/environment'; // Importa o environment import { environment } from '../../environments/.env'; // Importa o environment
@Injectable({ @Injectable({
providedIn: 'root' providedIn: 'root'
......
...@@ -6,7 +6,7 @@ import { ...@@ -6,7 +6,7 @@ import {
} from '@angular/common/http'; } from '@angular/common/http';
import { Observable, throwError } from 'rxjs'; import { Observable, throwError } from 'rxjs';
import { catchError, tap } from 'rxjs/operators'; import { catchError, tap } from 'rxjs/operators';
import { environment } from '../../environments/environment'; // Importa o environment import { environment } from '../../environments/.env'; // Importa o environment
@Injectable({ @Injectable({
providedIn: 'root', providedIn: 'root',
......
import { HttpClient, HttpParams } from '@angular/common/http'; import { HttpClient, HttpParams } from '@angular/common/http';
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { catchError, Observable, tap, throwError } from 'rxjs'; import { catchError, Observable, tap, throwError } from 'rxjs';
import { environment } from '../../../environments/environment'; // Importa o environment import { environment } from '../../../environments/.env'; // Importa o environment
@Injectable({ @Injectable({
providedIn: 'root' providedIn: 'root'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment