We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f1339 commit 1c98db1Copy full SHA for 1c98db1
README.md
@@ -30,7 +30,6 @@ import { CodeEditor } from '@acrodata/code-editor';
30
@Component({
31
selector: 'your-app',
32
template: `<code-editor [(ngModel)]="value" />`,
33
- standalone: true,
34
imports: [FormsModule, CodeEditor],
35
})
36
export class YourAppComponent {
@@ -48,7 +47,6 @@ import { DiffEditor } from '@acrodata/code-editor';
48
47
49
50
template: `<diff-editor [(ngModel)]="value" />`,
51
52
imports: [FormsModule, DiffEditor],
53
54
0 commit comments