angular/packages/animations/browser/src
arturovt 5884153e12 refactor(animations): drop warning functions in production (#59408)
Prior to this commit, functions that issued warnings were not wrapped with `ngDevMode` at the point
of invocation but had the `ngDevMode` check inside. This meant they acted as no-ops in production.
In this commit, we wrap them externally with `ngDevMode`, so they are entirely removed.

PR Close #59408
2025-01-09 13:15:06 -05:00
..
dsl refactor(animations): drop warning functions in production (#59408) 2025-01-09 13:15:06 -05:00
render refactor(animations): drop warning functions in production (#59408) 2025-01-09 13:15:06 -05:00
browser.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
create_engine.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
error_helpers.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
private_export.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
util.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
warning_helpers.ts refactor(animations): drop warning functions in production (#59408) 2025-01-09 13:15:06 -05:00