Commit fcf9c493 authored by avovchuk's avatar avovchuk

readme - docs

parent 95ab7eb1
......@@ -157,6 +157,13 @@ Service to show dialogs
###Class Overview
```typescript
class DialogService {
/**
* Adds dialog
* @param {Type<DialogComponent>} component
* @param {any?} data
* @param {number?} index
* @return {Observable<any>}
*/
public addDialog:(component:Type<DialogComponent>, data?:any, index?:number) => {}
}
```
......@@ -24,7 +24,7 @@ export class DialogService {
}
/**
* Adds dialog to dialog holder
* Adds dialog
* @param {Type<DialogComponent>} component
* @param {any?} data
* @param {number?} index
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment