fix(platform-browser): add @Injectable where it was missing (#22005)
PR Close #22005
This commit is contained in:

committed by
Miško Hevery

parent
7f9b1b78f6
commit
0a1a397cd7
@ -6,12 +6,14 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
import {AnimationPlayer, NoopAnimationPlayer} from '@angular/animations';
|
||||
import {Injectable} from '@angular/core';
|
||||
|
||||
import {containsElement, invokeQuery, matchesElement, validateStyleProperty} from './shared';
|
||||
|
||||
/**
|
||||
* @experimental
|
||||
*/
|
||||
@Injectable()
|
||||
export class NoopAnimationDriver implements AnimationDriver {
|
||||
validateStyleProperty(prop: string): boolean { return validateStyleProperty(prop); }
|
||||
|
||||
|
Reference in New Issue
Block a user