Test project for https://github.com/angular/angular/issues/32793
- Build the project using
ng build --prod
- In the build output search for the string
TestDirective
The string TestDirective
should be part of the bundle both in ivy mode as well as in non-ivy mode (in production builds).
The string TestDirective
is only part of the bundle in non-ivy mode.