Skip to content

ERROR Error: The "DocusealFormComponent" component, imported from "MyStandaloneComponent", is not standalone. Did you forget to add the standalone: true flag? #485

Open
@ttnnphuoc

Description

@ttnnphuoc

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions