Text scramble
@xngui/components/text-scramble@xngui/components/text-scrambleRandomized characters resolving into final text.
Preview
import { Component } from '@angular/core';
import { XTextScramble } from '@xngui/components/text-scramble';
@Component({
selector: 'app-example',
imports: [XTextScramble],
templateUrl: './text-scramble.component.html',
})
export class ExampleComponent {
protected onResolved(): void {
// resolved
}
}
Events
Interact with the preview — events will appear here.