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
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Part of the advice the tool provides is to rewrite AngularJS controllers into components before migration. The project I am migrating has about 50 controllers related to angular material dialogs (mdDialog). MdDialog does not support AngularJS 1.5 components. I am unsure what the best strategy is to migrate all these dialogs, any advice? I also have a lot of unit tests accessing component controllers, which is flagged by the tool. Is the best approach to ignore these?
The text was updated successfully, but these errors were encountered:
Part of the advice the tool provides is to rewrite AngularJS controllers into components before migration. The project I am migrating has about 50 controllers related to angular material dialogs (mdDialog). MdDialog does not support AngularJS 1.5 components. I am unsure what the best strategy is to migrate all these dialogs, any advice? I also have a lot of unit tests accessing component controllers, which is flagged by the tool. Is the best approach to ignore these?
The text was updated successfully, but these errors were encountered: