@memberjunction/ng-generic-dialog 3.0.0 → 3.1.0
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.
|
@@ -190,5 +190,5 @@ export class GenericDialogComponent {
|
|
|
190
190
|
type: ContentChild,
|
|
191
191
|
args: ['custom-actions', { static: false }]
|
|
192
192
|
}] }); })();
|
|
193
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GenericDialogComponent, { className: "GenericDialogComponent" }); })();
|
|
193
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GenericDialogComponent, { className: "GenericDialogComponent", filePath: "src/lib/dialog.component.ts", lineNumber: 24 }); })();
|
|
194
194
|
//# sourceMappingURL=dialog.component.js.map
|
package/package.json
CHANGED