You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I am facing problems when I want to develop and import several projects and got this error: bundle() requires a decorated NgModule as its first argument.
For example I have a project my-shared-app with a ListComponent. I want to use this ListComponent in my project my-main-app.
my-main-app -> my-shared-app
For local development I use npm link to link the repos, but for example purpose I created those repos:
Cool Scaffold you built there! I like :-)
Unfortunately I am facing problems when I want to develop and import several projects and got this error:
bundle() requires a decorated NgModule as its first argument
.For example I have a project
my-shared-app
with aListComponent
. I want to use thisListComponent
in my projectmy-main-app
.my-main-app
->my-shared-app
For local development I use npm link to link the repos, but for example purpose I created those repos:
In
my-main-app
I adjusted following filesvendor.js
app.module.ts
app.component.js
Do you see, what I'm doing wrong? Any suggestions?
Thx for help! :-)
The text was updated successfully, but these errors were encountered: