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)

Constructors

AnimateComponent.new(HtmlElement _ref, ChangeDetectorRef _cd)

Properties

hashCode int
The hash code for this object.
no setterinherited
internalShow bool
getter/setter pair
invisible Stream<bool>
no setter
isVisible bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible Stream<bool>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited