http-request-manager 18.5.1 → 18.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "http-request-manager",
|
|
3
|
-
"version": "18.5.
|
|
3
|
+
"version": "18.5.4",
|
|
4
4
|
"homepage": "https://wavecoders.ca",
|
|
5
5
|
"author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
|
|
6
6
|
"description": "This is an Angular Module containing Components/Services using Material",
|
|
@@ -1590,6 +1590,7 @@ declare class WsDataControlComponent implements OnInit {
|
|
|
1590
1590
|
user$: rxjs.Observable<any>;
|
|
1591
1591
|
users$: rxjs.Observable<any[]>;
|
|
1592
1592
|
data$: rxjs.Observable<any>;
|
|
1593
|
+
isUser: (user: any, userItem: any) => boolean;
|
|
1593
1594
|
ngOnInit(): void;
|
|
1594
1595
|
onGetData(): void;
|
|
1595
1596
|
onAddData(): void;
|
|
Binary file
|