Please enable JavaScript.
Coggle requires JavaScript to display documents.
Generic Popup Trees using Angular, Base Dialog Component (Kendo), Empty…
-
-
-
-
-
-
-
All specific components extend the base component (requires routing/changing to another view that contains the right dialog).
-
-
-
-
The content (form or text) component is loaded using Angular's ComponentFactoryResolver class. We need to provide an identifier to identify the component.
We can also consider making a factory for form validation, and other back end functionalities of the popups. (e.g. CommonFormValidationService)
-
-
-