2

I am trying to get my Angular app to spin up in Stackblitz but it keeps throwing the error message 'Can't find package: [blank]:

error message

Stackblitz link

I have set project up in exactly the same way as VS Code and have tried googling to no avail - any help would be greatly appreciated

sad muso
  • 91
  • 8

1 Answers1

2

In your providersection.component.ts file, change the import of provider data to:

import providerData from '../../assets/data/provider-data.json';
C.OG
  • 6,236
  • 3
  • 20
  • 38