Custom Widgets
There are some sections that are repeated in the whole app. We create widgets component and call that widget where it required.
You can create your own widget by following way.
declarations: [MapComponent],
exports: [MapComponent]<embryo-Map></embryo-Map>Last updated