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
When we register directives in our lazy-loaded modules, we tend to use an object variable to hold all of the directives and then register them in one go. Something like this:
When we register directives in our lazy-loaded modules, we tend to use an object variable to hold all of the directives and then register them in one go. Something like this:
Unfortunately, ocLazyLoader doesn't seem to recognise the object-form of component registration, and requires us to use this form:
See: http://plnkr.co/edit/DWaf9o1bZOHeTzk0FoQh?p=preview
The text was updated successfully, but these errors were encountered: