LukasMarx / angular-dynamic-components

99 stars 61 forks source link

DialogRef error #4

Closed Roesler closed 4 years ago

Roesler commented 4 years ago

Hi! Getting this issue after following you tutorial and also in the end just trying copy paste your files in the end from github. Good tutorial anyway! :)

"Failed to compile.

src/app/example/example.component.ts:3:27 - error TS2307: Cannot find module '../dialog/dialog-ref' or its corresponding type declarations.

3 import { DialogRef } from '../dialog/dialog-ref'; "

Roesler commented 4 years ago

It was enough to just refresh the project with "ng serve" to make it work. So I close this issue. Good tutorial! :)