Dmytro Litvinov

Results 1 issues of Dmytro Litvinov

I'm using contentful with the latest Angular version 10.0.5 and I have errors in the dev console. environment.ts ``` ... contentful: { space: 'MY_SPACE', accessToken: 'MY_TOKEN', } ``` contentful.service.ts ```...