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
Currently the `ng new` integration test uses a pre-generated app which we need to keep up to date. This can cause us to miss changes in the project structure between CLI versions.
These changes switch to generating the project on-the-fly and adding Material to it instead.
I've only done this for the standalone test to verify the approach, but it should be applied to the `ng add` test as well.
0 commit comments