Open JGhignatti opened 6 years ago
I have the same error saying:
import { Observable } from 'rxjs/Observable'; node_modules/angular-typing-animation/typing-animation.directive.d.ts:3:10 - error TS2305: Module '"../../../../../_____CODE_CAN____/resume/WunderBotResume/node_modules/rxjs/Observable"' has no exported member 'Observable'.
Hey,
If I place an element like
<span typingAnimation [typeSpeed]="20" [startDelay]="0" [hideCursorOnComplete]="true">Typing Angular Animation</span>
it works, but when I use translate pipe from ngx-translate, the animation does not happen. example:<span typingAnimation [typeSpeed]="20" [startDelay]="0" [hideCursorOnComplete]="true">{{ 'TYPING_TITLE' | translate }}</span>
*Translate -> @ngx-translate/core version 9.1.1
Is it not supported?
Thanks
Angular Typing Animation Version 0.5.4 Angular CLI - Angular 5.2.0