tickera-angular-components 0.0.1-dev.30 → 0.0.1-dev.31
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.
|
@@ -1577,9 +1577,7 @@ class FeedbackModalService {
|
|
|
1577
1577
|
}
|
|
1578
1578
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: FeedbackModalService, decorators: [{
|
|
1579
1579
|
type: Injectable,
|
|
1580
|
-
args: [{
|
|
1581
|
-
providedIn: 'root',
|
|
1582
|
-
}]
|
|
1580
|
+
args: [{ providedIn: 'root' }]
|
|
1583
1581
|
}] });
|
|
1584
1582
|
|
|
1585
1583
|
const authInterceptor = (req, next) => {
|