-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug, feature request, or proposal: Bug
What is the expected behavior?
Having submodules and declaring the dialog components at those submodules, and also add the entryComponents
property value at that submodule and get to work the dialog.
What is the current behavior?
The dialog is not working, the component has to be declared and added as an entryComponent at the AppModule or the root module to work
What are the steps to reproduce?
Create an app with a dialog component in a submodule, declare the component at the submodule and also add it as an entryComponent at the submodule.
Which versions of Angular, Material, OS, browsers are affected?
Angular: 2.4.3
Material: 2.0.0-beta.1
OS: OS X El Capitan
Browsers: Chrome(Just tested in this)
Error message:
EXCEPTION: Error in ./UsersComponent class UsersComponent - inline template:23:2 caused by: No component factory found for AddUserDialog. Did you add it to @NgModule.entryComponents?
pierreclr, Janisvb, jonathansolorzn and Roman-K93
Metadata
Metadata
Assignees
Labels
No labels