Skip to content

Instantly share code, notes, and snippets.

@fl0wo
Last active December 12, 2022 20:30
Show Gist options
  • Save fl0wo/4eff5189ae878835652abb7a53f2463d to your computer and use it in GitHub Desktop.
Save fl0wo/4eff5189ae878835652abb7a53f2463d to your computer and use it in GitHub Desktop.
Angular html content that will be replaced by Stytch UI SDK
import {stytchUIClient} from "../../environments/stytchClient";
@ViewChild('magic_stytch_login')
divLogin:any;
// ...
stytchUIClient.mountLogin({
elementId: '#' + this.divLogin.nativeElement.id,
config: config,
styles: styles
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment