Open
Description
I got this error, even i have added standard alone option to my code:
import { Component } from '@angular/core';
import { DocusealFormComponent } from '@docuseal/angular';
@Component({
selector: 'app-my-standalone',
standalone: true,
imports: [DocusealFormComponent],
template: `
<div class="app">
<docuseal-form
src="https://docuseal.com/d/LEVGR9rhZYf86M"
email="[email protected]">
</docuseal-form>
</div>
`,
})
export class MyStandaloneComponent {}
Metadata
Metadata
Assignees
Labels
No labels