AnimateComponent class
- Annotations
-
- @Component(selector: 'font-loader', template: '''<template [ngIf]="internalShow">
<ng-content></ng-content>
</template>''', styles: [':host { opacity: 0; transition: opacity, 1s; display: block }', ':host.show { opacity: 1 }', ':host.hide { opacity: 0 }'], directives: [coreDirectives], changeDetection: ChangeDetectionStrategy.OnPush)
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited