-
Notifications
You must be signed in to change notification settings - Fork 567
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
FormlyWrapperHorizontalLabel #220
Comments
see the basic example https://plnkr.co/edit/2hVrQUQ4li5MKVtZgPY1?p=preview |
Okay, thanks. This fixed my first issue. However, after doing the quickstart I still get an error message: "GET http://localhost:3000/ng2-formly 404 (Not Found)" whenever I add the "FormlyModule.forRoot(), FormlyBootstrapModule" to the declarations array in my module. The live example seems to work, so this must be my bad somehow... :) |
For SystemJS-Users: to systemjs.config.js. |
Regarding the Quickstart:
FormlyFieldToggle and FormlyWrapperHorizontalLabel is imported to the declarations-section of NgModule, but is not imported in the file itself. So I get an error message. What do I have to do to get this to work? :)
The text was updated successfully, but these errors were encountered: