refactor(animations): change NoOp -> Noop (#14690)
This commit is contained in:

committed by
Igor Minar

parent
1f3198cb50
commit
32c2fd5c9f
@ -19,7 +19,7 @@ export abstract class AnimationStyleNormalizer {
|
||||
/**
|
||||
* @experimental Animation support is experimental.
|
||||
*/
|
||||
export class NoOpAnimationStyleNormalizer {
|
||||
export class NoopAnimationStyleNormalizer {
|
||||
normalizePropertyName(propertyName: string, errors: string[]): string { return propertyName; }
|
||||
|
||||
normalizeStyleValue(
|
||||
|
Reference in New Issue
Block a user