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
execute: ng update @angular/material to pass successfully
in case of error let me now what should I do
indication in the update process that somthing happend
error summary
What is the current behavior?
execute: ng update @angular/material throw a lot of error
Example of the error
TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined
at SwitchTemplateInputNamesWalker._visitDirectiveCallExpression (/Users/ofirf/dev/management/mgmt-console/angular_material_schematics-gk3Pyw/update/tslint/component-walker.js:40:50)
at SwitchTemplateInputNamesWalker.visitNode (/Users/ofirf/dev/management/mgmt-console/angular_material_schematics-gk3Pyw/update/tslint/component-walker.js:30:22)
at /Users/ofirf/dev/management/mgmt-console/node_modules/tslint/lib/language/walker/syntaxWalker.js:535:63
at visitNode (/Users/ofirf/dev/management/mgmt-console/node_modules/typescript/lib/typescript.js:13263:24)
at Object.forEachChild (/Users/ofirf/dev/management/mgmt-console/node_modules/typescript/lib/typescript.js:13544:24)
at SwitchTemplateInputNamesWalker.SyntaxWalker.walkChildren (/Users/ofirf/dev/management/mgmt-console/node_modules/tslint/lib/language/walker/syntaxWalker.js:535:12)
at SwitchTemplateInputNamesWalker.SyntaxWalker.visitNode (/Users/ofirf/dev/management/mgmt-console/node_modules/tslint/lib/language/walker/syntaxWalker.js:530:22)
at SwitchTemplateInputNamesWalker.visitNode (/Users/ofirf/dev/management/mgmt-console/angular_material_schematics-gk3Pyw/update/tslint/component-walker.js:33:15)
at /Users/ofirf/dev/management/mgmt-console/node_modules/tslint/lib/language/walker/syntaxWalker.js:535:63
at visitNodes (/Users/ofirf/dev/management/mgmt-console/node_modules/typescript/lib/typescript.js:13272:30)
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
Bug, feature request, or proposal:
BUG
What is the expected behavior?
ng update @angular/material
to pass successfullyWhat is the current behavior?
execute:
ng update @angular/material
throw a lot of errorExample of the error
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular V6.0.3
upgrade Material from V^5.2.5 to V^6.0.0
OS mac
typescript V2.7.2
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: