8
0
فهرست منبع

Improved info box.

Maciej Bukowski 6 سال پیش
والد
کامیت
daf32ab93c
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      docs/builds/guides/frameworks/angular.md

+ 3 - 1
docs/builds/guides/frameworks/angular.md

@@ -390,7 +390,9 @@ export class MyComponent {
 }
 ```
 
-If you want to make changes on just created editor then the better option would be getting instance of CKEditor 5 editor on the [`ready`](#ready) event.
+<info-box>
+	The editor creation is asynchronous so the `editorInstance` will not be available until the editor is created. If you want to make changes on just created editor then the better option would be getting instance of CKEditor 5 editor on the [`ready`](#ready) event.
+</info-box>
 
 ## Localization