-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
Having an issue with using absolute path's
in main.module:
import { HelloWorldComponent } from 'src/app/components/hello-world.component';getting: UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Unexpected value 'HelloWorldComponent' declared by the module 'MainModule'
Thoughts?