angular / ngMigration-Forum

109 stars 7 forks source link

Migration of mdDialog controllers #14

Open jens-christian opened 5 years ago

jens-christian commented 5 years ago

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?

Splaktar commented 5 years ago

This is being tracked in https://github.com/angular/material/issues/8409.