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
I have the same issue as posted in the angular-cli project: angular/angular-cli#4817 but I realized it may in fact be related to your project since I/we use your @component overwrite:
import { Component } from '@wwwalkerrun/nativescript-ngx-magic';
The problem happened after an update of angular libraries I think. moduleId is required to resolve paths for nativescript views etc. but not by the regular angular web engine. But it didn't use to bother it. Now this simple component crashes with the error explained in the github issue above.
Hi,
I have the same issue as posted in the angular-cli project: angular/angular-cli#4817 but I realized it may in fact be related to your project since I/we use your
@component
overwrite:import { Component } from '@wwwalkerrun/nativescript-ngx-magic';
The problem happened after an update of angular libraries I think. moduleId is required to resolve paths for nativescript views etc. but not by the regular angular web engine. But it didn't use to bother it. Now this simple component crashes with the error explained in the github issue above.
The text was updated successfully, but these errors were encountered: