Michael-James
Michael-James
> Since the description mentions an issue with flickering, could it be the same problem as #21576? Yes, though the flickering I'm seeing is not nearly as significant as observed...
@jelbourn The `view_engine_build` check fails with the following error, but passes locally. ``` ERROR: /home/circleci/ng/src/dev-app/table/BUILD.bazel:5:10: Compiling Angular templates (ViewEngine - devmode) //src/dev-app/table:table failed RangeError: Maximum call stack size exceeded ```...
I resolved the view engine failure described in https://github.com/angular/components/pull/21708#issuecomment-871123887 by adding a missing build target to the `dev-app/BUILD.bazel` file. I'm surprised the dev-app was able to build at all without...
Yes, I'll set aside time to wrap this up.