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

NgDocWatcher

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	files?: string[] | undefined
): NgDocWatcher;
Parameters
NameTypeDescription
files
string[] | undefined

Methods

close()

No documentation has been provided.

Presentation
close(): void;
Returns
void

onAdd()

No documentation has been provided.

Presentation
onAdd(filterPaths: string[]): Observable<string[]>;
Parameters
NameTypeDescription
filterPaths
string[]
Returns
Observable<string[]>

onChange()

No documentation has been provided.

Presentation
onChange(filterPaths: string[]): Observable<string[]>;
Parameters
NameTypeDescription
filterPaths
string[]
Returns
Observable<string[]>

onReady()

No documentation has been provided.

Presentation
onReady(): Observable<void>;
Returns

No documentation has been provided.

Presentation
onUnlink(filterPaths: string[]): Observable<string[]>;
Parameters
NameTypeDescription
filterPaths
string[]
Returns
Observable<string[]>

watch()

No documentation has been provided.

Presentation
watch(paths: string | readonly string[]): this;
Parameters
NameTypeDescription
paths
string | readonly string[]
Returns
this