rd-outer-component 0.0.66 → 0.0.67

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.
@@ -32,7 +32,6 @@ import { NzPaginationModule } from 'ng-zorro-antd/pagination';
32
32
  import * as i5 from 'ng-zorro-antd/grid';
33
33
  import { NzGridModule } from 'ng-zorro-antd/grid';
34
34
  import * as i1$1 from 'ng-zorro-antd/notification';
35
- import { NzNotificationModule } from 'ng-zorro-antd/notification';
36
35
  import * as i2$3 from '@angular/platform-browser';
37
36
  import { RouterModule } from '@angular/router';
38
37
  import { Subject, isObservable, of } from 'rxjs';
@@ -1842,28 +1841,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1842
1841
  class RdNotificationModule {
1843
1842
  }
1844
1843
  RdNotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1845
- RdNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, declarations: [RdNotificationComponent], imports: [CommonModule,
1846
- RouterModule,
1847
- FormsModule,
1848
- ReactiveFormsModule,
1849
- NzNotificationModule], exports: [RdNotificationComponent] });
1850
- RdNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, imports: [CommonModule,
1851
- RouterModule,
1852
- FormsModule,
1853
- ReactiveFormsModule,
1854
- NzNotificationModule] });
1844
+ RdNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, declarations: [RdNotificationComponent], imports: [CommonModule, RouterModule, FormsModule, ReactiveFormsModule] });
1845
+ RdNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, imports: [CommonModule, RouterModule, FormsModule, ReactiveFormsModule] });
1855
1846
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RdNotificationModule, decorators: [{
1856
1847
  type: NgModule,
1857
1848
  args: [{
1858
1849
  declarations: [RdNotificationComponent],
1859
- imports: [
1860
- CommonModule,
1861
- RouterModule,
1862
- FormsModule,
1863
- ReactiveFormsModule,
1864
- NzNotificationModule,
1865
- ],
1866
- exports: [RdNotificationComponent],
1850
+ imports: [CommonModule, RouterModule, FormsModule, ReactiveFormsModule],
1867
1851
  }]
1868
1852
  }] });
1869
1853