Declaring the Custom Widget
The Widget (and its configurator if any) has to be declared in an Angular module:
-
In Section "declarations" of the module (as any other Angular component).
-
In Section "entryComponents" of the module to allow its usage in custom dashboards and views.