-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR in Directive NgWizardStep in /node_modules/ng-wizard/ng-wizard.d.ts has no selector, please add it! #31
Comments
I have the same issue.. |
me too |
same same. But |
I created a PR #46. It works for me. Hope this PR will be accepted soon |
@Arap919 i got the same issue, is imposible to deploy on production!! Help!! |
@djsoul86 For a quick solution we forked this library and did next steps:
static forRoot(ngWizardConfig: NgWizardConfig): ModuleWithProviders<NgWizardModule> {
return {
ngModule: NgWizardModule,
providers: [
NgWizardService,
NgWizardDataService,
{
provide: NG_WIZARD_CONFIG_TOKEN,
useValue: ngWizardConfig
}
]
};
} |
@jayeshagwan1 try to use this one https://github.com/Arap919/ng-wizard-fixed-fork as temporary solution |
Hi,
I've added a simple wizard component to my angular project. When I try to run ng build --prod I get the error below:
See some details about versions installed
ng-wizard version is 1.3.0
Any idea why this is happening, or suggestion to fix it?
Thanks!
The text was updated successfully, but these errors were encountered: