Skip to content

Commit 1c98db1

Browse files
committed
chore: update readme
1 parent 54f1339 commit 1c98db1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import { CodeEditor } from '@acrodata/code-editor';
3030
@Component({
3131
selector: 'your-app',
3232
template: `<code-editor [(ngModel)]="value" />`,
33-
standalone: true,
3433
imports: [FormsModule, CodeEditor],
3534
})
3635
export class YourAppComponent {
@@ -48,7 +47,6 @@ import { DiffEditor } from '@acrodata/code-editor';
4847
@Component({
4948
selector: 'your-app',
5049
template: `<diff-editor [(ngModel)]="value" />`,
51-
standalone: true,
5250
imports: [FormsModule, DiffEditor],
5351
})
5452
export class YourAppComponent {

0 commit comments

Comments
 (0)