Fix #16357 Workaround for https://github.com/Microsoft/TypeScript/issues/10078 Closes #16389 PR Close #16389
This is so that server side rendering does not throw an exception when it encounters animations on the server side and does not need the user to explicitly setup NoopAnimationsModule in their app server module. Fixes #15098, #14784. PR Close #15131