@propmix/profet-common-header 2.1.1 → 2.1.2
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.
- package/esm2020/lib/common-header.module.mjs +13 -16
- package/fesm2015/propmix-profet-common-header.mjs +18 -21
- package/fesm2015/propmix-profet-common-header.mjs.map +1 -1
- package/fesm2020/propmix-profet-common-header.mjs +17 -20
- package/fesm2020/propmix-profet-common-header.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { inject, Injectable, Inject, EventEmitter, Component, ViewEncapsulation, Input, Output, NgModule } from '@angular/core';
|
|
3
1
|
import * as i1 from '@angular/common';
|
|
4
2
|
import { TitleCasePipe, LowerCasePipe, CommonModule } from '@angular/common';
|
|
5
|
-
import { MatSnackBar, MatSnackBarModule } from '@angular/material/snack-bar';
|
|
6
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
7
|
-
import { Router } from '@angular/router';
|
|
8
|
-
import { getCurrentUser, signOut } from 'aws-amplify/auth';
|
|
9
|
-
import { Observable, reduce, forkJoin } from 'rxjs';
|
|
10
3
|
import { HttpClient, HttpClientModule } from '@angular/common/http';
|
|
11
|
-
import * as
|
|
12
|
-
import {
|
|
13
|
-
import * as i3 from '@angular/material/icon';
|
|
14
|
-
import { MatIconModule } from '@angular/material/icon';
|
|
4
|
+
import * as i0 from '@angular/core';
|
|
5
|
+
import { inject, Injectable, Inject, EventEmitter, Component, ViewEncapsulation, Input, Output, NgModule } from '@angular/core';
|
|
15
6
|
import * as i4 from '@angular/material/button';
|
|
16
7
|
import { MatButtonModule } from '@angular/material/button';
|
|
8
|
+
import * as i3 from '@angular/material/icon';
|
|
9
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
17
10
|
import * as i5 from '@angular/material/menu';
|
|
18
11
|
import { MatMenuModule } from '@angular/material/menu';
|
|
12
|
+
import { MatSidenavModule } from '@angular/material/sidenav';
|
|
13
|
+
import { MatSnackBar, MatSnackBarModule } from '@angular/material/snack-bar';
|
|
14
|
+
import * as i2 from '@angular/material/toolbar';
|
|
15
|
+
import { MatToolbarModule } from '@angular/material/toolbar';
|
|
19
16
|
import * as i6 from '@angular/material/tooltip';
|
|
20
17
|
import { MatTooltipModule } from '@angular/material/tooltip';
|
|
21
|
-
import {
|
|
18
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
19
|
+
import { Router } from '@angular/router';
|
|
20
|
+
import { getCurrentUser, signOut } from 'aws-amplify/auth';
|
|
21
|
+
import { Observable, reduce, forkJoin } from 'rxjs';
|
|
22
22
|
|
|
23
23
|
class EndPoints {
|
|
24
24
|
}
|
|
@@ -512,7 +512,7 @@ CommonHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", vers
|
|
|
512
512
|
MatMenuModule,
|
|
513
513
|
MatSnackBarModule,
|
|
514
514
|
MatTooltipModule], exports: [HeaderComponent] });
|
|
515
|
-
CommonHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CommonHeaderModule, imports: [CommonModule,
|
|
515
|
+
CommonHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CommonHeaderModule, providers: [TitleCasePipe, LowerCasePipe], imports: [CommonModule,
|
|
516
516
|
MatToolbarModule,
|
|
517
517
|
MatIconModule,
|
|
518
518
|
HttpClientModule,
|
|
@@ -524,9 +524,7 @@ CommonHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
524
524
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CommonHeaderModule, decorators: [{
|
|
525
525
|
type: NgModule,
|
|
526
526
|
args: [{
|
|
527
|
-
declarations: [
|
|
528
|
-
HeaderComponent
|
|
529
|
-
],
|
|
527
|
+
declarations: [HeaderComponent],
|
|
530
528
|
imports: [
|
|
531
529
|
CommonModule,
|
|
532
530
|
MatToolbarModule,
|
|
@@ -536,11 +534,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
536
534
|
MatSidenavModule,
|
|
537
535
|
MatMenuModule,
|
|
538
536
|
MatSnackBarModule,
|
|
539
|
-
MatTooltipModule
|
|
537
|
+
MatTooltipModule,
|
|
540
538
|
],
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
]
|
|
539
|
+
providers: [TitleCasePipe, LowerCasePipe],
|
|
540
|
+
exports: [HeaderComponent],
|
|
544
541
|
}]
|
|
545
542
|
}] });
|
|
546
543
|
|