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
before run npm start, you need use ngc manually to generate the ngFactory in /src
but there are a bug in src/app.ts, BrowserModule no longer support a function call, remove it.
Then cd into project folder run $(npm bin)/ngc then you will get a ngFactory folder in /src
Sorry for this newbie question, but seem like I cannot find a way to run this demo. Can I ask for some step-by-step instructions?
The text was updated successfully, but these errors were encountered: