Gavino Pintus

Results 3 comments of Gavino Pintus

> I'm having the same error with 3.6.2, importing from live MySQL to live PostgreSQL: > > ``` > pgloader mysql://db:[email protected]:3307/db postgresql://db:[email protected]/db?sslmode=require --no-ssl-cert-verification > > KABOOM! > > FATAL error:...

Is missing also the unit testing migration? After following the migration, if I launch npm test I have the following error ``` npm test > [email protected] test > ng test...

Today I have tried and following the documentation I have completed with this code. ``` import { Injectable } from '@angular/core'; import { TranslateLoader } from '@ngx-translate/core'; import { Observable,...