Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/ui-kit / Class

NgDocNotifyService

Decorators:@Injectable @UntilDestroy

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private readonly overlayService: NgDocOverlayService
): NgDocNotifyService;
Parameters
NameTypeDescription
r
overlayService
NgDocOverlayService

Methods

notify()

No documentation has been provided.

Presentation
notify(content: NgDocContent): void;
Parameters
NameTypeDescription
content
NgDocContent
Returns
void