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';
import { AsyncValidatorFn, AbstractControl, ValidationErrors, Validators } from '@angular/forms';
import { map } from 'rxjs/operators';
import { Injectable } from '@angular/core';
import { environment } from '../../../environments/environment'; // Importa o environment
import { environment } from '../../../environments/.env'; // Importa o environment
@Injectable({
providedIn: 'root'
......
......@@ -5,7 +5,7 @@ import { AsyncValidatorFn, AbstractControl, ValidationErrors, Validators } from
import { map } from 'rxjs/operators';
import { Injectable } from '@angular/core';
import { of } from 'rxjs';
import { environment } from '../../../environments/environment'; // Importa o environment
import { environment } from '../../../environments/.env'; // Importa o environment
@Injectable({
providedIn: 'root'
})
......
......@@ -5,7 +5,7 @@ import { AsyncValidatorFn, AbstractControl, ValidationErrors, Validators } from
import { map} from 'rxjs/operators';
import { Injectable } from '@angular/core';
import { of } from 'rxjs';
import { environment } from '../../../environments/environment'; // Importa o environment
import { environment } from '../../../environments/.env'; // Importa o environment
@Injectable({
providedIn: 'root'
......
......@@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { LoginResponse } from '../types/login-response.type';
import { tap } from 'rxjs';
import { environment } from '../../environments/environment'; // Importa o environment
import { environment } from '../../environments/.env'; // Importa o environment
@Injectable({
providedIn: 'root'
......
......@@ -6,7 +6,7 @@ import {
} from '@angular/common/http';
import { Observable, throwError } from 'rxjs';
import { catchError, tap } from 'rxjs/operators';
import { environment } from '../../environments/environment'; // Importa o environment
import { environment } from '../../environments/.env'; // Importa o environment
@Injectable({
providedIn: 'root',
......
import { HttpClient, HttpParams } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { catchError, Observable, tap, throwError } from 'rxjs';
import { environment } from '../../../environments/environment'; // Importa o environment
import { environment } from '../../../environments/.env'; // Importa o environment
@Injectable({
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