issue while upgrading adf 2.4 to 2.5
See original GitHub issueType of issue: (check with “[x]”)
- Support request
Current behaviour: Not opening application after upgrade identified console errors
Expected behavior: application should open default home page after build success
Can't resolve all parameters for LoginComponent: (?, ?). at syntaxError (compiler.js:1016) at CompileMetadataResolver.push../node_modules/@angular/compiler/fesm5/compiler.js.CompileMetadataResolver._getDependenciesMetadata (compiler.js:10917) at CompileMetadataResolver.push../node_modules/@angular/compiler/fesm5/compiler.js.CompileMetadataResolver._getTypeMetadata (compiler.js:10810) at CompileMetadataResolver.push../node_modules/@angular/compiler/fesm5/compiler.js.CompileMetadataResolver.getNonNormalizedDirectiveMetadata (compiler.js:10429) at CompileMetadataResolver.push../node_modules/@angular/compiler/fesm5/compiler.js.CompileMetadataResolver._getEntryComponentMetadata (compiler.js:11013) at compiler.js:11004 at Array.forEach (<anonymous>) at CompileMetadataResolver.push../node_modules/@angular/compiler/fesm5/compiler.js.CompileMetadataResolver._getEntryComponentsFromProvider (compiler.js:11003) at compiler.js:10976 at Array.forEach (<anonymous>)
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
@sai401 the empty row are normal is a trick that is needed for the flex layout and have the table ordered you should not add a border on those hided
For the expression changed error this is a common error in angular that is probably in your code please give a look here:
https://blog.angularindepth.com/everything-you-need-to-know-about-the-expressionchangedafterithasbeencheckederror-error-e3fd9ce7dbb4
you can download the demo shell and execute it. You will notice that in the document list we don’t have this error. Please if you see something different let me know how to reproduce it in the demo shell
Thank you for support