Joey Perrott ec789b0198 fix(animations): Remove ɵAnimationDriver from private exports ()
ɵAnimationDriver can be safely removed from private exports as AnimationDriver
is already a public export.  Since its already available, we can safely remove
its declaration and migrate its only usage in our repo to rely on the public
AnimationDriver symbol.

PR Close 
2020-02-26 12:59:30 -08:00
..