Parcourir la source

Improved info box.

Maciej Bukowski il y a 6 ans
Parent
commit
daf32ab93c
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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